hwids: update to 20120730.

This commit is contained in:
Juan RP 2012-08-05 08:11:37 +02:00
parent 04f37b7779
commit 93149919e6

View file

@ -1,20 +1,28 @@
# Template file for 'hwids' # Template file for 'hwids'
pkgname=hwids pkgname=hwids
version=20120524 version=20120730
homepage="https://github.com/Flameeyes/hwids"
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>"
noarch=yes
replaces="pciutils<3.1.9_1 usbutils<005_1" replaces="pciutils<3.1.9_1 usbutils<005_1"
homepage="https://github.com/Flameeyes/hwids"
license="GPL-2" license="GPL-2"
distfiles="http://xbps.nopcode.org/distfiles/${pkgname}-${version}.tar.xz" distfiles="https://github.com/gentoo/${pkgname}/tarball/${pkgname}-${version}"
checksum=3db843f42711c9138a8b5e00a9408ed9f553fdb01be6f9a19665223d7f03634a checksum=e31bc8e38c29ac1c959f62aad71325103779a3e1ec00965b05d6c72ae632445a
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."
do_extract() {
cd ${wrksrc}
tar xf ${XBPS_SRCDISTDIR}/${pkgname}-${version}
mv ${wrksrc}/gentoo*/* ${wrksrc}
}
do_install() { do_install() {
vmkdir usr/share/hwdata vmkdir usr/share/hwdata
install -m644 *.ids ${DESTDIR}/usr/share/hwdata install -m644 *.ids ${DESTDIR}/usr/share/hwdata