diff options
author | James Meyer <james.meyer@operamail.com> | 2012-08-07 02:33:18 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2012-08-07 02:33:18 (GMT) |
commit | 31e8389f7395e45430230538b4a598392af6cb76 (patch) | |
tree | ba2cd4fc05ccc6552b0914434fbab328b667edd1 /abs/core/hwids/PKGBUILD | |
parent | 16386c3c06d4a8dbe873e8696812207eec5280ae (diff) | |
download | linhes_pkgbuild-31e8389f7395e45430230538b4a598392af6cb76.zip linhes_pkgbuild-31e8389f7395e45430230538b4a598392af6cb76.tar.gz linhes_pkgbuild-31e8389f7395e45430230538b4a598392af6cb76.tar.bz2 |
hwids 20120711
Diffstat (limited to 'abs/core/hwids/PKGBUILD')
-rw-r--r-- | abs/core/hwids/PKGBUILD | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/abs/core/hwids/PKGBUILD b/abs/core/hwids/PKGBUILD new file mode 100644 index 0000000..ea682a7 --- /dev/null +++ b/abs/core/hwids/PKGBUILD @@ -0,0 +1,17 @@ +# $Id: PKGBUILD 163600 2012-07-16 16:55:13Z tomegun $ +# Maintainer: Tom Gundersen <teg@jklm.no> +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') |