summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYu Ke <ke.yu@intel.com>2010-08-25 17:15:48 +0800
committerRichard Purdie <rpurdie@linux.intel.com>2010-08-27 13:29:49 +0100
commit6bfeb80d57897547057b3ffbbc3c6f3c16c2d473 (patch)
tree10ddbded6479893cc48d5d29acd5588a9f85bd53
parent8927e93ccd188b43354132f94ed8cf34bba729c9 (diff)
downloadopenembedded-core-contrib-6bfeb80d57897547057b3ffbbc3c6f3c16c2d473.tar.gz
gawk: add 3.1.5 (GPLv2 version)
this commit add GNU Awk 3.1.5, the most recent GPLv2 version. the recipe is from OE, and upgrade to 3.1.5 Signed-off-by: Yu Ke <ke.yu@intel.com>
-rw-r--r--meta-lsb/packages/gawk/gawk_3.1.5.bb30
1 files changed, 30 insertions, 0 deletions
diff --git a/meta-lsb/packages/gawk/gawk_3.1.5.bb b/meta-lsb/packages/gawk/gawk_3.1.5.bb
new file mode 100644
index 0000000000..4bfa23d2e9
--- /dev/null
+++ b/meta-lsb/packages/gawk/gawk_3.1.5.bb
@@ -0,0 +1,30 @@
+DESCRIPTION = "A program that you can use to select particular records in a \
+file and perform operations upon them."
+HOMEPAGE = "www.gnu.org/software/gawk"
+BUGTRACKER = "bug-gawk@gnu.org"
+SECTION = "console/utils"
+
+# gawk <= 3.1.5: GPLv2
+# gawk >= 3.1.6: GPLv3
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
+
+RDEPENDS_gawk += "gawk-common"
+RDEPENDS_pgawk += "gawk-common"
+PR = "r0"
+
+SRC_URI = "${GNU_MIRROR}/gawk/gawk-${PV}.tar.gz"
+
+inherit autotools gettext update-alternatives
+
+PACKAGES += "gawk-common pgawk"
+
+FILES_${PN} = "${bindir}/gawk* ${bindir}/igawk"
+FILES_gawk-common += "${datadir}/awk/* ${libexecdir}/awk/*"
+FILES_pgawk = "${bindir}/pgawk*"
+FILES_${PN}-dbg += "${libexecdir}/awk/.debug"
+
+ALTERNATIVE_NAME = "awk"
+ALTERNATIVE_PATH = "gawk"
+ALTERNATIVE_LINK = "${bindir}/awk"
+ALTERNATIVE_PRIORITY = "100"