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

Tom Gundersen tomegun at archlinux.org
Sun May 20 21:40:31 UTC 2012


    Date: Sunday, May 20, 2012 @ 17:40:30
  Author: tomegun
Revision: 159283

add hwids package

Added:
  hwids/
  hwids/repos/
  hwids/trunk/
  hwids/trunk/PKGBUILD

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

Added: hwids/trunk/PKGBUILD
===================================================================
--- hwids/trunk/PKGBUILD	                        (rev 0)
+++ hwids/trunk/PKGBUILD	2012-05-20 21:40:30 UTC (rev 159283)
@@ -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=('BSD')
+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')


Property changes on: hwids/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list