mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-14 11:03:49 +02:00
pciutils: update to 3.4.0.
This commit is contained in:
parent
2fe3529290
commit
a122da2d7f
1 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'pciutils'
|
# Template file for 'pciutils'
|
||||||
pkgname=pciutils
|
pkgname=pciutils
|
||||||
version=3.3.1
|
version=3.4.0
|
||||||
revision=2
|
revision=1
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="zlib-devel libkmod-devel"
|
makedepends="zlib-devel libkmod-devel"
|
||||||
depends="hwids"
|
depends="hwids"
|
||||||
|
@ -10,19 +10,19 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="http://mj.ucw.cz/pciutils.html"
|
homepage="http://mj.ucw.cz/pciutils.html"
|
||||||
distfiles="ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/${pkgname}-${version}.tar.gz"
|
distfiles="ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/${pkgname}-${version}.tar.gz"
|
||||||
checksum=02beeb14503707c5a3293fe084c18e12e6937c0d4dd1e29e6bcb6b12f124df46
|
checksum=ba6244652723e137001e69d6081497d462cbff6ba0acec38cc81c20ea1ac0d7e
|
||||||
build_pie=yes
|
build_pie=yes
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
make OPT="${CFLAGS}" SHARED=no AR=${AR} \
|
make OPT="${CFLAGS}" SHARED=no AR=${AR} \
|
||||||
RANLIB=${RANLIB} PREFIX=/usr CC=${CC} \
|
RANLIB=${RANLIB} PREFIX=/usr CC=${CC} \
|
||||||
HOST=${XBPS_TARGET_MACHINE%-musl}-none-linux ZLIB=yes \
|
HOST=${XBPS_TARGET_MACHINE%-musl}-linux ZLIB=yes \
|
||||||
SHAREDIR=/usr/share/hwdata MANDIR=/usr/share/man all
|
SHAREDIR=/usr/share/hwdata MANDIR=/usr/share/man all
|
||||||
cp lib/libpci.a ${XBPS_MASTERDIR}/tmp
|
cp lib/libpci.a ${XBPS_MASTERDIR}/tmp
|
||||||
make clean
|
make clean
|
||||||
make OPT="${CFLAGS}" SHARED=yes AR=${AR} \
|
make OPT="${CFLAGS}" SHARED=yes AR=${AR} \
|
||||||
RANLIB=${RANLIB} PREFIX=/usr CC=${CC} \
|
RANLIB=${RANLIB} PREFIX=/usr CC=${CC} \
|
||||||
HOST=${XBPS_TARGET_MACHINE%-musl}-none-linux ZLIB=yes \
|
HOST=${XBPS_TARGET_MACHINE%-musl}-linux ZLIB=yes \
|
||||||
SHAREDIR=/usr/share/hwdata MANDIR=/usr/share/man all
|
SHAREDIR=/usr/share/hwdata MANDIR=/usr/share/man all
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue