diff options
author | Claudio Mignanti <claudyus84@gmail.com> | 2009-02-14 15:04:53 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2009-02-14 15:04:53 -0800 |
commit | ab736f37e3e4ffc6ae9114fb50c2f505c2a7302d (patch) | |
tree | b3047ebaf6eb29ddfe0266413a491ab0693fe74a /packages/pax-utils/pax-utils_0.1.19.bb | |
parent | 4549df49dc7e4a34be6d91fc48b8d52c29879683 (diff) |
Signed-off-by: Khem Raj <raj.khem@gmail.com>
pax-utils: Add version 0.1.19 recipes and use gentoo mirror for sources.
Diffstat (limited to 'packages/pax-utils/pax-utils_0.1.19.bb')
-rw-r--r-- | packages/pax-utils/pax-utils_0.1.19.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/packages/pax-utils/pax-utils_0.1.19.bb b/packages/pax-utils/pax-utils_0.1.19.bb new file mode 100644 index 0000000000..bd657d7997 --- /dev/null +++ b/packages/pax-utils/pax-utils_0.1.19.bb @@ -0,0 +1,17 @@ +DESCRIPTION = "Various ELF utilities" +HOMEPAGE = "http://www.gentoo.org/proj/en/hardened/pax-utils.xml" +LICENSE = "GPLv2" + +SRC_URI = "http://gentoo.osuosl.org/distfiles/pax-utils-${PV}.tar.bz2" +S = "${WORKDIR}/pax-utils-${PV}" + +CPPFLAGS += "-D_GNU_SOURCE " + +do_compile() { + oe_runmake +} + +do_install() { + oe_runmake DESTDIR=${D} install +} + |