initial buildroot for linux 5.15
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_MAWK
|
||||
bool "mawk"
|
||||
help
|
||||
Interpreter for the AWK Programming Language.
|
||||
|
||||
http://invisible-island.net/mawk/mawk.html
|
||||
@@ -0,0 +1,2 @@
|
||||
sha256 7fd4cd1e1fae9290fe089171181bbc6291dfd9bca939ca804f0ddb851c8b8237 mawk-1.3.4-20200120.tgz
|
||||
sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 COPYING
|
||||
@@ -0,0 +1,13 @@
|
||||
################################################################################
|
||||
#
|
||||
# mawk
|
||||
#
|
||||
################################################################################
|
||||
|
||||
MAWK_VERSION = 1.3.4-20200120
|
||||
MAWK_SITE = https://invisible-mirror.net/archives/mawk
|
||||
MAWK_SOURCE = mawk-$(MAWK_VERSION).tgz
|
||||
MAWK_LICENSE = GPL-2.0
|
||||
MAWK_LICENSE_FILES = COPYING
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user