summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/gawk
diff options
context:
space:
mode:
authorYu Ke <ke.yu@intel.com>2010-08-27 15:05:33 +0800
committerRichard Purdie <rpurdie@linux.intel.com>2010-08-31 17:20:45 +0100
commit9c1d2567832526014aee3d6d19a4beb2f706ac63 (patch)
tree320d97a1bd9b1cef286d1afae3c4c2ad24dae195 /meta/recipes-extended/gawk
parent1a326e97c064ccf7435589fcc17dcc591fca1217 (diff)
downloadpoky-9c1d2567832526014aee3d6d19a4beb2f706ac63.tar.gz
gawk: add gawk 3.1.8, GPLv3 version
move to meta/recipes Signed-off-by: Yu Ke <ke.yu@intel.com> Signed-off-by: Saul Wold <Saul.Wold@intel.com>
Diffstat (limited to 'meta/recipes-extended/gawk')
-rw-r--r--meta/recipes-extended/gawk/gawk_3.1.8.bb30
1 files changed, 30 insertions, 0 deletions
diff --git a/meta/recipes-extended/gawk/gawk_3.1.8.bb b/meta/recipes-extended/gawk/gawk_3.1.8.bb
new file mode 100644
index 0000000000..c3fbe0ede6
--- /dev/null
+++ b/meta/recipes-extended/gawk/gawk_3.1.8.bb
@@ -0,0 +1,30 @@
1DESCRIPTION = "A program that you can use to select particular records in a \
2file and perform operations upon them."
3HOMEPAGE = "www.gnu.org/software/gawk"
4BUGTRACKER = "bug-gawk@gnu.org"
5SECTION = "console/utils"
6
7# gawk <= 3.1.5: GPLv2
8# gawk >= 3.1.6: GPLv3
9LICENSE = "GPLv3"
10LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
11
12RDEPENDS_gawk += "gawk-common"
13RDEPENDS_pgawk += "gawk-common"
14PR = "r0"
15
16SRC_URI = "${GNU_MIRROR}/gawk/gawk-${PV}.tar.gz"
17
18inherit autotools gettext update-alternatives
19
20PACKAGES += "gawk-common pgawk"
21
22FILES_${PN} = "${bindir}/gawk* ${bindir}/igawk"
23FILES_gawk-common += "${datadir}/awk/* ${libexecdir}/awk/*"
24FILES_pgawk = "${bindir}/pgawk*"
25FILES_${PN}-dbg += "${libexecdir}/awk/.debug"
26
27ALTERNATIVE_NAME = "awk"
28ALTERNATIVE_PATH = "gawk"
29ALTERNATIVE_LINK = "${bindir}/awk"
30ALTERNATIVE_PRIORITY = "100"