2012-05-24 05:49:10 +00:00
|
|
|
# Template file for 'hwids'
|
|
|
|
pkgname=hwids
|
2014-06-24 10:44:28 +00:00
|
|
|
version=20140602
|
2012-06-03 07:08:53 +00:00
|
|
|
revision=1
|
2014-02-20 09:54:22 +00:00
|
|
|
noarch=yes
|
2014-01-01 15:10:11 +00:00
|
|
|
create_wrksrc=yes
|
|
|
|
replaces="pciutils<3.1.9_1 usbutils<005_1"
|
2012-05-24 05:49:10 +00:00
|
|
|
short_desc="Hardware Identification Databases"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2014-02-20 09:54:22 +00:00
|
|
|
homepage="https://github.com/gentoo/hwids"
|
2012-05-24 05:49:10 +00:00
|
|
|
license="GPL-2"
|
|
|
|
|
2014-02-20 09:54:22 +00:00
|
|
|
do_fetch() {
|
|
|
|
git clone -b hwids-${version} git://github.com/gentoo/hwids hwids-${version}
|
2012-08-05 06:11:37 +00:00
|
|
|
}
|
2012-05-24 05:49:10 +00:00
|
|
|
do_install() {
|
|
|
|
vmkdir usr/share/hwdata
|
|
|
|
install -m644 *.ids ${DESTDIR}/usr/share/hwdata
|
|
|
|
}
|