diff options
Diffstat (limited to 'gawk/gawk-3.0.4.oe')
-rw-r--r-- | gawk/gawk-3.0.4.oe | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/gawk/gawk-3.0.4.oe b/gawk/gawk-3.0.4.oe deleted file mode 100644 index 6408747022..0000000000 --- a/gawk/gawk-3.0.4.oe +++ /dev/null @@ -1,16 +0,0 @@ -DEPENDS = virtual/libc -RDEPENDS = libc6 - -SRC_URI = ${GNU_MIRROR}/${PN}/${P}.tar.gz -S = ${WORKDIR}/${P} - -inherit autotools - -EXTRA_OEMAKE = "'bindir=${D}/${bindir}' 'mandir=${D}/${mandir}/man1' 'infodir=${D}/${datadir}/info' \ - 'libexecdir=${D}/${libexecdir}' 'datadir=${D}/${datadir}/awk'" - -do_install_append () { - rm -f ${D}/${bindir}/gawk-* -} - -FILES_gawk_append = " ${datadir}/awk" |