# # Core Packages for Chakra, part of chakra-project.org # # maintainer: abveritas@chakra-project.org pkgname=hwids pkgver=20130214 pkgrel=1 pkgdesc="hardware identification databases" url="https://github.com/gentoo/hwids" license=('GPL2') arch=('any') source=("https://github.com/gentoo/${pkgname}/tarball/${pkgname}-${pkgver}") md5sums=('d216db6a90df667fe11d58987b01651d') package() { cd ${srcdir}/* for ids in pci.ids usb.ids; do install -Dm644 "$ids" "${pkgdir}/usr/share/hwdata/${ids}" done }