pciutils: update to 3.1.10.
This commit is contained in:
parent
aecf6d8a7d
commit
76570110b3
2 changed files with 5 additions and 7 deletions
srcpkgs/pciutils
|
@ -1,14 +1,12 @@
|
||||||
# Template file for 'pciutils-devel'.
|
# Template file for 'pciutils-devel'.
|
||||||
#
|
#
|
||||||
depends="glibc-devel pciutils"
|
depends="glibc-devel pciutils>=$version"
|
||||||
short_desc="${sourcepkg} - development files"
|
short_desc="${sourcepkg} - development files"
|
||||||
long_desc="${long_desc}
|
long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
|
do_install() {
|
||||||
do_install()
|
|
||||||
{
|
|
||||||
vmove usr/include usr
|
vmove usr/include usr
|
||||||
vmove "usr/lib/*.a" usr/lib
|
vmove "usr/lib/*.a" usr/lib
|
||||||
vmove usr/lib/pkgconfig usr/lib
|
vmove usr/lib/pkgconfig usr/lib
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'pciutils'
|
# Template file for 'pciutils'
|
||||||
pkgname=pciutils
|
pkgname=pciutils
|
||||||
version=3.1.9
|
version=3.1.10
|
||||||
revision=2
|
revision=1
|
||||||
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"
|
||||||
subpackages="$pkgname-devel"
|
subpackages="$pkgname-devel"
|
||||||
|
@ -9,7 +9,7 @@ fulldepends="hwids"
|
||||||
short_desc="PCI bus related utilities"
|
short_desc="PCI bus related utilities"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
checksum=8ae7d320c50f02b015f5e2bb17a9f815cf201dae81b6bbd46b8a45552d00a178
|
checksum=7ca8201f806cbad31cb86bcbb2c2c99853cc05618b360eb58bde31a0f8d1f2a3
|
||||||
long_desc="
|
long_desc="
|
||||||
The $pkgname package contains various utilities for inspecting and
|
The $pkgname package contains various utilities for inspecting and
|
||||||
setting devices connected to the PCI bus."
|
setting devices connected to the PCI bus."
|
||||||
|
|
Loading…
Reference in a new issue