Date: Sunday, April 8, 2012 @ 18:46:41
  Author: tomegun
Revision: 155895

archrelease: copy trunk to testing-any

Added:
  ipw2100-fw/repos/testing-any/
  ipw2100-fw/repos/testing-any/PKGBUILD
    (from rev 155894, ipw2100-fw/trunk/PKGBUILD)

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

Copied: ipw2100-fw/repos/testing-any/PKGBUILD (from rev 155894, 
ipw2100-fw/trunk/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD                                (rev 0)
+++ testing-any/PKGBUILD        2012-04-08 22:46:41 UTC (rev 155895)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Tom Gundersen <t...@jklm.no>
+# Contributor: Thomas Baechler <tho...@archlinux.org>
+# Contributor: Giovanni Scafora <giova...@archlinux.org>
+
+pkgname=ipw2100-fw
+pkgver=1.3
+pkgrel=7
+pkgdesc="Intel Centrino Drivers firmware for IPW2100"
+arch=('any')
+url="http://ipw2100.sourceforge.net/";
+license=('custom')
+replaces=('ipw2100')
+source=("http://bughost.org/firmware/${pkgname}-${pkgver}.tgz";)
+md5sums=('46aa75bcda1a00efa841f9707bbbd113')
+
+package() {
+  cd "${srcdir}"
+
+  # Install firmware
+  for i in *.fw
+  do
+    install -D -m 644 $i "${pkgdir}/usr/lib/firmware/$i"
+  done 
+  # Install license
+  install -D -m 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Reply via email to