core/hwids/PKGBUILD
2012-10-29 18:22:02 +00:00

22 lines
500 B
Bash

#
# Core Packages for Chakra, part of chakra-project.org
#
# maintainer: abveritas@chakra-project.org
pkgname=hwids
pkgver=20121024
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=('f0193c0b48db44ebee8c5e666295768c')
package() {
cd ${srcdir}/*
mkdir -p "${pkgdir}/usr/share/hwdata"
cp pci.ids usb.ids "${pkgdir}/usr/share/hwdata/"
}