Another pass of .oe cleanups.
[openembedded.git] / pciutils / pciutils_2.1.11.oe
1 DEPENDS = "virtual/libc"
2 RDEPENDS = "libc6"
3 DESCRIPTION = 'The PCI Utilities package contains a library for portable access \
4 to PCI bus configuration space and several utilities based on this library.'
5
6 SRC_URI = "ftp://ftp.kernel.org/pub/software/utils/pciutils/pciutils-${PV}.tar.bz2 \
7            file://${FILESDIR}/configure.patch;patch=1"
8
9 do_configure () {
10         (cd lib && ./configure ${datadir} ${PV} ${TARGET_OS} 2.4.21 ${TARGET_ARCH})
11 }
12
13 export PREFIX = "${D}/${prefix}"
14 export SBINDIR = "${D}/${sbindir}"
15 export SHAREDIR = "${D}/${datadir}"
16 export MANDIR = "${D}/${mandir}"
17
18 do_install () {
19         oe_runmake install
20 }