db_5.0.21: Add recipes for target and native packages.
[openembedded.git] / recipes / pax-utils / pax-utils_0.1.13.bb
blob4ca926c2bcbee9725c32fc735d4eac697d9bde46
1 DESCRIPTION = "Various ELF utilities"
2 HOMEPAGE = "http://www.gentoo.org/proj/en/hardened/pax-utils.xml"
3 LICENSE = "GPLv2"
4 PR = "r1"
5 SRC_URI = "http://gentoo.osuosl.org/distfiles/pax-utils-${PV}.tar.bz2"
6 S = "${WORKDIR}/pax-utils-${PV}"
8 CPPFLAGS += "-D_GNU_SOURCE "
10 do_compile() {
11 oe_runmake
14 do_install() {
15 oe_runmake PREFIX=${D}${prefix} DESTDIR=${D} install
18 NATIVE_INSTALL_WORKS = "1"
19 BBCLASSEXTEND = "native"
21 SRC_URI[md5sum] = "5f09df47a16e83462384b44b75310539"
22 SRC_URI[sha256sum] = "72f3cdad93b5436070dcc63b67764a06c594f324ccc001e8bfb974a8d1a86f36"