36 lines
940 B
Text
36 lines
940 B
Text
# Template file for 'hwids'
|
|
pkgname=hwids
|
|
version=20130512
|
|
revision=1
|
|
short_desc="Hardware Identification Databases"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
homepage="https://github.com/Flameeyes/hwids"
|
|
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."
|
|
|
|
noextract=yes
|
|
create_wrksrc=yes
|
|
|
|
do_extract() {
|
|
cd ${wrksrc}
|
|
tar xf ${XBPS_SRCDISTDIR}/${pkgname}-${version}
|
|
mv ${wrksrc}/gentoo*/* ${wrksrc}
|
|
}
|
|
|
|
do_install() {
|
|
vmkdir usr/share/hwdata
|
|
install -m644 *.ids ${DESTDIR}/usr/share/hwdata
|
|
}
|
|
|
|
hwids_package() {
|
|
noarch="yes"
|
|
replaces="pciutils<3.1.9_1 usbutils<005_1"
|
|
pkg_install() {
|
|
vmove usr
|
|
}
|
|
}
|