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

Tom Gundersen tomegun at archlinux.org
Wed May 23 20:09:15 UTC 2012


    Date: Wednesday, May 23, 2012 @ 16:09:15
  Author: tomegun
Revision: 159400

db-move: moved hwids from [testing] to [core] (any)

Added:
  hwids/repos/core-any/
  hwids/repos/core-any/PKGBUILD
    (from rev 159399, hwids/repos/testing-any/PKGBUILD)
Deleted:
  hwids/repos/testing-any/

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

Copied: hwids/repos/core-any/PKGBUILD (from rev 159399, hwids/repos/testing-any/PKGBUILD)
===================================================================
--- core-any/PKGBUILD	                        (rev 0)
+++ core-any/PKGBUILD	2012-05-23 20:09:15 UTC (rev 159400)
@@ -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