[arch-commits] Commit in hwids/repos (testing-any testing-any/PKGBUILD)
Tom Gundersen
tomegun at nymeria.archlinux.org
Thu Feb 28 10:32:25 UTC 2013
Date: Thursday, February 28, 2013 @ 11:32:25
Author: tomegun
Revision: 178888
archrelease: copy trunk to testing-any
Added:
hwids/repos/testing-any/
hwids/repos/testing-any/PKGBUILD
(from rev 178887, hwids/trunk/PKGBUILD)
----------+
PKGBUILD | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
Copied: hwids/repos/testing-any/PKGBUILD (from rev 178887, hwids/trunk/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD (rev 0)
+++ testing-any/PKGBUILD 2013-02-28 10:32:25 UTC (rev 178888)
@@ -0,0 +1,19 @@
+# $Id$
+# Maintainer: Tom Gundersen <teg at jklm.no>
+pkgname=hwids
+pkgver=20130228
+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}/gentoo-hwids"*
+
+ for ids in pci.ids usb.ids; do
+ install -Dm644 "$ids" "${pkgdir}/usr/share/hwdata/${ids}"
+ done
+}
+md5sums=('513e46eb5717cd893293d21ccb7ddd9f')
More information about the arch-commits
mailing list