pciutils: update to 3.2.1.
This commit is contained in:
parent
ae69b875cb
commit
d873e9ea31
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'pciutils'
|
||||
pkgname=pciutils
|
||||
version=3.2.0
|
||||
revision=3
|
||||
version=3.2.1
|
||||
revision=1
|
||||
hostmakedepends="pkg-config which"
|
||||
makedepends="hwids zlib-devel libkmod-devel"
|
||||
depends="hwids"
|
||||
|
@ -10,10 +10,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
|||
license="GPL-2"
|
||||
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."
|
||||
checksum=b31131b721fa26378b4af61b1c49986ff40fe590bc210545b210b6b774337858
|
||||
|
||||
do_build() {
|
||||
make OPT="${CFLAGS} -fPIC -DPIC" SHARED=no AR=${AR} \
|
||||
|
@ -42,11 +39,12 @@ do_install() {
|
|||
}
|
||||
|
||||
pciutils-devel_package() {
|
||||
depends="pciutils>=${version}_${revision}"
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove "usr/lib/*.a"
|
||||
vmove "usr/lib/*.so"
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove usr/share/man/man7
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue