pciutils: update to 3.1.10.
This commit is contained in:
parent
aecf6d8a7d
commit
76570110b3
|
@ -1,14 +1,12 @@
|
|||
# Template file for 'pciutils-devel'.
|
||||
#
|
||||
depends="glibc-devel pciutils"
|
||||
depends="glibc-devel pciutils>=$version"
|
||||
short_desc="${sourcepkg} - development files"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
|
||||
do_install()
|
||||
{
|
||||
do_install() {
|
||||
vmove usr/include usr
|
||||
vmove "usr/lib/*.a" usr/lib
|
||||
vmove usr/lib/pkgconfig usr/lib
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'pciutils'
|
||||
pkgname=pciutils
|
||||
version=3.1.9
|
||||
revision=2
|
||||
version=3.1.10
|
||||
revision=1
|
||||
homepage="http://mj.ucw.cz/pciutils.html"
|
||||
distfiles="ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/${pkgname}-${version}.tar.gz"
|
||||
subpackages="$pkgname-devel"
|
||||
|
@ -9,7 +9,7 @@ fulldepends="hwids"
|
|||
short_desc="PCI bus related utilities"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-2"
|
||||
checksum=8ae7d320c50f02b015f5e2bb17a9f815cf201dae81b6bbd46b8a45552d00a178
|
||||
checksum=7ca8201f806cbad31cb86bcbb2c2c99853cc05618b360eb58bde31a0f8d1f2a3
|
||||
long_desc="
|
||||
The $pkgname package contains various utilities for inspecting and
|
||||
setting devices connected to the PCI bus."
|
||||
|
|
Loading…
Reference in New Issue