summaryrefslogtreecommitdiff
path: root/packages/pax-utils/pax-utils_0.1.13.bb
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2006-07-28 12:32:53 +0000
committerHolger Freyther <zecke@selfish.org>2006-07-28 12:32:53 +0000
commit5224cbfa58d5bb64de81177fd35cfa419f4a1450 (patch)
tree7422bcfdc0dda0344643ec4e827e570cf56ed678 /packages/pax-utils/pax-utils_0.1.13.bb
parent15daef232f7177d22b0abe6b3652f0b2f62fd368 (diff)
packages/pax-utils: Update to 1.1.13, make the effect of make -e up
Update to pax utils 1.1.13 as the source vanished and the new version works nicely. The Makefile of PAX would add -D_GNU_SOURCE but we are using -e as command line option and this option was not added to CPPFLAGS.
Diffstat (limited to 'packages/pax-utils/pax-utils_0.1.13.bb')
-rw-r--r--packages/pax-utils/pax-utils_0.1.13.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/packages/pax-utils/pax-utils_0.1.13.bb b/packages/pax-utils/pax-utils_0.1.13.bb
new file mode 100644
index 0000000000..0e514673b0
--- /dev/null
+++ b/packages/pax-utils/pax-utils_0.1.13.bb
@@ -0,0 +1,18 @@
+DESCRIPTION = "Various ELF utilities"
+HOMEPAGE = "http://www.gentoo.org/proj/en/hardened/pax-utils.xml"
+LICENSE = "GPLv2"
+MAINTAINER = "freyther@handhelds.org"
+
+SRC_URI = "${GENTOO_MIRROR}/pax-utils-${PV}.tar.bz2;md5sum=5f09df47a16e83462384b44b75310539"
+S = "${WORKDIR}/pax-utils-${PV}"
+
+CPPFLAGS += "-D_GNU_SOURCE "
+
+do_compile() {
+ oe_runmake
+}
+
+do_install() {
+ oe_runmake DESTDIR=${D} install
+}
+