From c66ca9c303bb6078b513c6b0f528667da74396ee Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Tue, 13 Jan 2004 17:12:50 +0000 Subject: Merge direwolf.itg.ti.com:/home/kergoth/coding/projects/user/oe-metadata/paths into direwolf.itg.ti.com:/home/kergoth/coding/projects/user/oe-metadata/packages 2004/01/13 11:10:14-06:00 ti.com!kergoth Merge openembedded@openembedded.bkbits.net:packages into direwolf.itg.ti.com:/home/kergoth/coding/projects/user/oe-metadata/paths 2004/01/13 10:56:32-06:00 ti.com!kergoth Remove hardcoded references to target paths in a number of packages, replacing them with the use of our target path variables. 2004/01/13 17:40:06+01:00 uni-frankfurt.de!mickeyl Merge bk://openembedded@openembedded.bkbits.net/packages into gandalf.tm.informatik.uni-frankfurt.de:/usr/local/projects/oe-packages 2004/01/13 14:24:53+01:00 uni-frankfurt.de!mickeyl add pyserial and sgmlop to buildsystem BKrev: 40042712PUToOUzefh1XdY4q23VfEA --- iputils/iputils_20020927.oe | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'iputils') diff --git a/iputils/iputils_20020927.oe b/iputils/iputils_20020927.oe index e69de29bb2..707ecc862c 100644 --- a/iputils/iputils_20020927.oe +++ b/iputils/iputils_20020927.oe @@ -0,0 +1,25 @@ +SRC_URI = http://www.tux.org/pub/people/alexey-kuznetsov/ip-routing/iputils-ss020927.tar.gz +S = ${WORKDIR}/${PN} + +EXTRA_OEMAKE = + +do_compile () { + oe_runmake 'CC=${CC}' \ + KERNEL_INCLUDE="${STAGING_DIR}/target/include" \ + LIBC_INCLUDE="${STAGING_DIR}/target/include" + oe_runmake -C doc 'CC=${CC}' \ + KERNEL_INCLUDE="${STAGING_DIR}/target/include" \ + LIBC_INCLUDE="${STAGING_DIR}/target/include" +} + +do_install () { + install -d ${D}/bin ${D}${sbindir} \ + ${D}/${mandir}/man8 ${D}/${datadir}/doc/${P} + install -m 0755 ping ${D}/bin/ + for f in ipg tracepath clockdiff rdisc arping \ + tftpd rarpd tracepath6 traceroute6 ping6; do + install -m 0755 $f ${D}/${sbindir}/ + done + install -m 0644 doc/*.8 ${D}/${mandir}/man8/ + install -m 0644 doc/*.html ${D}/${datadir}/doc/${P}/ +} -- cgit v1.2.3