2012-05-24 07:49:10 +02:00
|
|
|
# Template file for 'hwids'
|
|
|
|
pkgname=hwids
|
2015-04-25 19:21:29 +02:00
|
|
|
version=20150421
|
2012-06-03 09:08:53 +02:00
|
|
|
revision=1
|
2014-02-20 10:54:22 +01:00
|
|
|
noarch=yes
|
2015-04-25 19:21:29 +02:00
|
|
|
wrksrc="hwids-hwids-${version}"
|
2012-05-24 07:49:10 +02:00
|
|
|
short_desc="Hardware Identification Databases"
|
2015-04-10 09:16:30 +02:00
|
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
2014-02-20 10:54:22 +01:00
|
|
|
homepage="https://github.com/gentoo/hwids"
|
2012-05-24 07:49:10 +02:00
|
|
|
license="GPL-2"
|
2015-04-25 19:21:29 +02:00
|
|
|
distfiles="https://github.com/gentoo/hwids/archive/hwids-${version}.tar.gz"
|
|
|
|
checksum=2c3ced90c069392f1f6ccdf7a8541ea2c3d871c575b8b6b02129e62bcec6f6a4
|
2012-05-24 07:49:10 +02:00
|
|
|
|
|
|
|
do_install() {
|
|
|
|
vmkdir usr/share/hwdata
|
|
|
|
install -m644 *.ids ${DESTDIR}/usr/share/hwdata
|
|
|
|
}
|