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

Tom Gundersen tomegun at archlinux.org
Mon Sep 3 21:19:54 UTC 2012


    Date: Monday, September 3, 2012 @ 17:19:53
  Author: tomegun
Revision: 165920

archrelease: copy trunk to testing-any

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

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

Copied: hwids/repos/testing-any/PKGBUILD (from rev 165919, hwids/trunk/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD	                        (rev 0)
+++ testing-any/PKGBUILD	2012-09-03 21:19:53 UTC (rev 165920)
@@ -0,0 +1,17 @@
+# $Id$
+# Maintainer: Tom Gundersen <teg at jklm.no>
+pkgname=hwids
+pkgver=20120831
+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}/*
+  mkdir -p "${pkgdir}/usr/share/hwdata"
+  cp pci.ids usb.ids "${pkgdir}/usr/share/hwdata/"
+}
+md5sums=('16e9fe1886a4d053ee0807988b2f81d8')




More information about the arch-commits mailing list