# $Id: PKGBUILD 163600 2012-07-16 16:55:13Z tomegun $ # Maintainer: Tom Gundersen pkgname=hwids pkgver=20120711 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}") package() { cd ${srcdir}/* mkdir -p "${pkgdir}/usr/share/hwdata" cp pci.ids usb.ids "${pkgdir}/usr/share/hwdata/" } md5sums=('f28b77e9793330ed1cd3568a8f715237')