pciutils: update to 3.2.1.
This commit is contained in:
parent
ae69b875cb
commit
d873e9ea31
1 changed files with 5 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'pciutils'
|
# Template file for 'pciutils'
|
||||||
pkgname=pciutils
|
pkgname=pciutils
|
||||||
version=3.2.0
|
version=3.2.1
|
||||||
revision=3
|
revision=1
|
||||||
hostmakedepends="pkg-config which"
|
hostmakedepends="pkg-config which"
|
||||||
makedepends="hwids zlib-devel libkmod-devel"
|
makedepends="hwids zlib-devel libkmod-devel"
|
||||||
depends="hwids"
|
depends="hwids"
|
||||||
|
@ -10,10 +10,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
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=84e705bff712b128a942117565a3506bd4b8bf841d397c1962c6255169762f71
|
checksum=b31131b721fa26378b4af61b1c49986ff40fe590bc210545b210b6b774337858
|
||||||
long_desc="
|
|
||||||
The $pkgname package contains various utilities for inspecting and
|
|
||||||
setting devices connected to the PCI bus."
|
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
make OPT="${CFLAGS} -fPIC -DPIC" SHARED=no AR=${AR} \
|
make OPT="${CFLAGS} -fPIC -DPIC" SHARED=no AR=${AR} \
|
||||||
|
@ -42,11 +39,12 @@ do_install() {
|
||||||
}
|
}
|
||||||
|
|
||||||
pciutils-devel_package() {
|
pciutils-devel_package() {
|
||||||
depends="pciutils>=${version}_${revision}"
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove "usr/lib/*.a"
|
vmove "usr/lib/*.a"
|
||||||
|
vmove "usr/lib/*.so"
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
vmove usr/share/man/man7
|
vmove usr/share/man/man7
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue