aboutsummaryrefslogtreecommitdiffstats
path: root/gawk/gawk_3.0.4.oe
diff options
context:
space:
mode:
Diffstat (limited to 'gawk/gawk_3.0.4.oe')
-rw-r--r--gawk/gawk_3.0.4.oe22
1 files changed, 0 insertions, 22 deletions
diff --git a/gawk/gawk_3.0.4.oe b/gawk/gawk_3.0.4.oe
deleted file mode 100644
index 6b75e657db..0000000000
--- a/gawk/gawk_3.0.4.oe
+++ /dev/null
@@ -1,22 +0,0 @@
-LICENSE = GPL
-SECTION = "console/utils"
-DESCRIPTION = "A program that you can use to select particular records in a \
-file and perform operations upon them."
-
-SRC_URI = "${GNU_MIRROR}/gawk/gawk-${PV}.tar.gz \
- file://configure.patch;patch=1"
-
-inherit autotools
-
-EXTRA_OEMAKE = "'bindir=${D}/${bindir}' 'mandir=${D}/${mandir}/man1' 'infodir=${D}/${datadir}/info' \
- 'libexecdir=${D}/${libexecdir}' 'datadir=${D}/${datadir}/awk'"
-
-do_configure_prepend () {
- mv aclocal.m4 acinclude.m4
-}
-
-do_install_append () {
- rm -f ${D}/${bindir}/gawk-*
-}
-
-FILES_gawk_append = " ${datadir}/awk"