Date: Friday, February 15, 2013 @ 02:05:04
  Author: tomegun
Revision: 178060

archrelease: copy trunk to testing-any

Added:
  hwids/repos/testing-any/
  hwids/repos/testing-any/PKGBUILD
    (from rev 178059, hwids/trunk/PKGBUILD)

----------+
 PKGBUILD |   19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

Copied: hwids/repos/testing-any/PKGBUILD (from rev 178059, hwids/trunk/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD                                (rev 0)
+++ testing-any/PKGBUILD        2013-02-15 01:05:04 UTC (rev 178060)
@@ -0,0 +1,19 @@
+# $Id$
+# Maintainer: Tom Gundersen <[email protected]>
+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}";)
+
+package() {
+  cd "${srcdir}/gentoo-hwids"*
+
+  for ids in pci.ids usb.ids; do
+    install -Dm644 "$ids" "${pkgdir}/usr/share/hwdata/${ids}"
+  done
+}
+md5sums=('d216db6a90df667fe11d58987b01651d')

Reply via email to