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

Tom Gundersen tomegun at archlinux.org
Tue May 22 11:56:08 UTC 2012


    Date: Tuesday, May 22, 2012 @ 07:56:08
  Author: tomegun
Revision: 159353

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

Added:
  hwids/repos/testing-any/
  hwids/repos/testing-any/PKGBUILD
    (from rev 159350, hwids/repos/staging-any/PKGBUILD)
Deleted:
  hwids/repos/staging-any/

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

Copied: hwids/repos/testing-any/PKGBUILD (from rev 159350, hwids/repos/staging-any/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD	                        (rev 0)
+++ testing-any/PKGBUILD	2012-05-22 11:56:08 UTC (rev 159353)
@@ -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