# Template file for 'hwids' pkgname=hwids version=20120815 revision=1 noarch=yes noextract=yes create_wrksrc=yes short_desc="Hardware Identification Databases" maintainer="Juan RP " replaces="pciutils<3.1.9_1 usbutils<005_1" homepage="https://github.com/Flameeyes/hwids" license="GPL-2" distfiles="https://github.com/gentoo/${pkgname}/tarball/${pkgname}-${version}" checksum=b945bfdf933093a4aff77e37c43bc1847f7379aafca60e7737f0d087719369d3 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." 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 }