void-packages/srcpkgs/hwids/template

21 lines
475 B
Text
Raw Normal View History

2012-05-24 05:49:10 +00:00
# Template file for 'hwids'
pkgname=hwids
2014-02-20 09:54:22 +00:00
version=20130915
revision=1
2014-02-20 09:54:22 +00:00
noarch=yes
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
}