hwids: update to 20130915.

This commit is contained in:
Juan RP 2014-02-20 10:54:22 +01:00
parent c25cdef738
commit b4691719b0

View file

@ -1,25 +1,17 @@
# Template file for 'hwids' # Template file for 'hwids'
pkgname=hwids pkgname=hwids
version=20130512 version=20130915
revision=1 revision=1
noarch="yes" noarch=yes
create_wrksrc=yes create_wrksrc=yes
replaces="pciutils<3.1.9_1 usbutils<005_1" replaces="pciutils<3.1.9_1 usbutils<005_1"
short_desc="Hardware Identification Databases" short_desc="Hardware Identification Databases"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
homepage="https://github.com/Flameeyes/hwids" homepage="https://github.com/gentoo/hwids"
license="GPL-2" license="GPL-2"
distfiles="https://github.com/gentoo/${pkgname}/tarball/${pkgname}-${version}"
checksum=67d5e01fb2fff2e96345230fab914c8da8a8a535d3162b4907cee3c0f0d466b7
long_desc="
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
might be unnecessary for most installs."
do_extract() { do_fetch() {
cd ${wrksrc} git clone -b hwids-${version} git://github.com/gentoo/hwids hwids-${version}
tar xf ${XBPS_SRCDISTDIR}/${pkgname}-${version}
mv ${wrksrc}/gentoo*/* ${wrksrc}
} }
do_install() { do_install() {