[arch-commits] Commit in hwids/repos (staging-any staging-any/PKGBUILD)

Tom Gundersen tomegun at archlinux.org
Sun May 20 22:32:15 UTC 2012


    Date: Sunday, May 20, 2012 @ 18:32:14
  Author: tomegun
Revision: 159289

archrelease: copy trunk to staging-any

Added:
  hwids/repos/staging-any/
  hwids/repos/staging-any/PKGBUILD
    (from rev 159288, hwids/trunk/PKGBUILD)

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

Copied: hwids/repos/staging-any/PKGBUILD (from rev 159288, hwids/trunk/PKGBUILD)
===================================================================
--- staging-any/PKGBUILD	                        (rev 0)
+++ staging-any/PKGBUILD	2012-05-20 22:32:14 UTC (rev 159289)
@@ -0,0 +1,17 @@
+# $Id$
+# Maintainer: Tom Gundersen <teg at jklm.no>
+pkgname=hwids
+pkgver=20120512
+pkgrel=1
+pkgdesc="hardware identification databases"
+url=https://github.com/Flameeyes/hwids
+license=('GPL2')
+arch=('any')
+source=("https://github.com/Flameeyes/${pkgname}/tarball/${pkgname}-${pkgver}")
+
+package() {
+  cd ${srcdir}/*
+  mkdir -p "${pkgdir}/usr/share/hwdata"
+  cp pci.ids usb.ids "${pkgdir}/usr/share/hwdata/"
+}
+md5sums=('d530009df4967b5ece996262f4e39851')




More information about the arch-commits mailing list