From 31e8389f7395e45430230538b4a598392af6cb76 Mon Sep 17 00:00:00 2001
From: James Meyer <james.meyer@operamail.com>
Date: Mon, 6 Aug 2012 21:33:18 -0500
Subject: hwids 20120711

---
 abs/core/hwids/PKGBUILD | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 abs/core/hwids/PKGBUILD

diff --git a/abs/core/hwids/PKGBUILD b/abs/core/hwids/PKGBUILD
new file mode 100644
index 0000000..ea682a7
--- /dev/null
+++ b/abs/core/hwids/PKGBUILD
@@ -0,0 +1,17 @@
+# $Id: PKGBUILD 163600 2012-07-16 16:55:13Z tomegun $
+# Maintainer: Tom Gundersen <teg@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')
-- 
cgit v0.12