pciutils: update to 3.2.0.

This commit is contained in:
Juan RP 2013-04-22 16:18:23 +02:00
parent 3dbc55282e
commit 705edc41e6

View file

@ -1,25 +1,25 @@
# Template file for 'pciutils'
pkgname=pciutils
version=3.1.10
revision=2
homepage="http://mj.ucw.cz/pciutils.html"
distfiles="ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/${pkgname}-${version}.tar.gz"
version=3.2.0
revision=1
makedepends="hwids"
short_desc="PCI bus related utilities"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2"
checksum=7ca8201f806cbad31cb86bcbb2c2c99853cc05618b360eb58bde31a0f8d1f2a3
homepage="http://mj.ucw.cz/pciutils.html"
distfiles="ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/${pkgname}-${version}.tar.gz"
checksum=84e705bff712b128a942117565a3506bd4b8bf841d397c1962c6255169762f71
long_desc="
The $pkgname package contains various utilities for inspecting and
setting devices connected to the PCI bus."
do_build() {
make OPT="${XBPS_CFLAGS} -fPIC -DPIC" ZLIB=no SHARED=no AR=${AR} \
make OPT="${CFLAGS} -fPIC -DPIC" ZLIB=no SHARED=no AR=${AR} \
RANLIB=${RANLIB} PREFIX=/usr CC="${CC}" \
SHAREDIR=/usr/share/hwdata MANDIR=/usr/share/man all
cp lib/libpci.a ${XBPS_MASTERDIR}/tmp
make clean
make OPT="${XBPS_CFLAGS} -fPIC -DPIC" ZLIB=no SHARED=yes \
make OPT="${CFLAGS} -fPIC -DPIC" ZLIB=no SHARED=yes \
AR=${AR} RANLIB=${RANLIB} PREFIX=/usr CC="${CC}" \
SHAREDIR=/usr/share/hwdata MANDIR=/usr/share/man all
}
@ -53,6 +53,6 @@ pciutils-devel_package() {
pciutils_package() {
depends="hwids"
pkg_install() {
vmove usr
vmove all
}
}