Date: Wednesday, May 15, 2013 @ 01:50:13
  Author: tomegun
Revision: 185554

archrelease: copy trunk to testing-any

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

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

Copied: hwids/repos/testing-any/PKGBUILD (from rev 185553, hwids/trunk/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD                                (rev 0)
+++ testing-any/PKGBUILD        2013-05-14 23:50:13 UTC (rev 185554)
@@ -0,0 +1,19 @@
+# $Id$
+# Maintainer: Tom Gundersen <[email protected]>
+pkgname=hwids
+pkgver=20130512
+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=('20d082f1221fb50d151876b69787d552')

Reply via email to