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

Tom Gundersen tomegun at archlinux.org
Fri Jul 13 03:13:30 UTC 2012


    Date: Thursday, July 12, 2012 @ 23:13:30
  Author: tomegun
Revision: 163484

archrelease: copy trunk to testing-any

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

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

Copied: hwids/repos/testing-any/PKGBUILD (from rev 163483, hwids/trunk/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD	                        (rev 0)
+++ testing-any/PKGBUILD	2012-07-13 03:13:30 UTC (rev 163484)
@@ -0,0 +1,17 @@
+# $Id$
+# Maintainer: Tom Gundersen <teg at jklm.no>
+pkgname=hwids
+pkgver=20120711
+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=('f28b77e9793330ed1cd3568a8f715237')




More information about the arch-commits mailing list