hwids: update to 20121022.
This commit is contained in:
parent
4f256eb5a6
commit
d90b34067f
1 changed files with 6 additions and 5 deletions
|
@ -1,22 +1,23 @@
|
||||||
# Template file for 'hwids'
|
# Template file for 'hwids'
|
||||||
pkgname=hwids
|
pkgname=hwids
|
||||||
version=20120815
|
version=20121022
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
|
||||||
noextract=yes
|
|
||||||
create_wrksrc=yes
|
|
||||||
short_desc="Hardware Identification Databases"
|
short_desc="Hardware Identification Databases"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
replaces="pciutils<3.1.9_1 usbutils<005_1"
|
replaces="pciutils<3.1.9_1 usbutils<005_1"
|
||||||
homepage="https://github.com/Flameeyes/hwids"
|
homepage="https://github.com/Flameeyes/hwids"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
distfiles="https://github.com/gentoo/${pkgname}/tarball/${pkgname}-${version}"
|
distfiles="https://github.com/gentoo/${pkgname}/tarball/${pkgname}-${version}"
|
||||||
checksum=b945bfdf933093a4aff77e37c43bc1847f7379aafca60e7737f0d087719369d3
|
checksum=ba4a78871b74972d6f3813f2b3895ce1275e2a9a01ad83c65c4f9aefdb0e9c35
|
||||||
long_desc="
|
long_desc="
|
||||||
The reason to repackage the files together is to make it simpler for applications
|
The reason to repackage the files together is to make it simpler for applications
|
||||||
to require them, without having to bring in either pciutils or usbutils, that
|
to require them, without having to bring in either pciutils or usbutils, that
|
||||||
might be unnecessary for most installs."
|
might be unnecessary for most installs."
|
||||||
|
|
||||||
|
noarch=yes
|
||||||
|
noextract=yes
|
||||||
|
create_wrksrc=yes
|
||||||
|
|
||||||
do_extract() {
|
do_extract() {
|
||||||
cd ${wrksrc}
|
cd ${wrksrc}
|
||||||
tar xf ${XBPS_SRCDISTDIR}/${pkgname}-${version}
|
tar xf ${XBPS_SRCDISTDIR}/${pkgname}-${version}
|
||||||
|
|
Loading…
Reference in a new issue