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

Pierre Schmitz pierre at archlinux.org
Wed Nov 2 11:27:47 UTC 2011


    Date: Wednesday, November 2, 2011 @ 07:27:47
  Author: pierre
Revision: 141689

archrelease: copy trunk to testing-any

Added:
  ipw2200-fw/repos/testing-any/
  ipw2200-fw/repos/testing-any/PKGBUILD
    (from rev 141688, ipw2200-fw/trunk/PKGBUILD)

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

Copied: ipw2200-fw/repos/testing-any/PKGBUILD (from rev 141688, ipw2200-fw/trunk/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD	                        (rev 0)
+++ testing-any/PKGBUILD	2011-11-02 11:27:47 UTC (rev 141689)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Thomas Baechler <thomas at archlinux.org>
+# Contributor: Giovanni Scafora <giovanni at archlinux.org>
+
+pkgname=ipw2200-fw
+pkgver=3.1
+pkgrel=4
+pkgdesc="Firmware for the Intel PRO/Wireless 2200BG"
+arch=('any')
+url='http://ipw2200.sourceforge.net/'
+license=('custom')
+source=("http://bughost.org/firmware/${pkgname}-${pkgver}.tgz")
+replaces=('ipw2200')
+md5sums=('eaba788643c7cc7483dd67ace70f6e99')
+
+package() {
+  cd "${srcdir}/ipw2200-fw-${pkgver}"
+  # Install firmware
+  for i in ipw*.fw; do
+    install -D -m 644 $i "${pkgdir}/lib/firmware/$i"
+  done
+  # Install license
+  install -D -m 644 LICENSE.ipw2200-fw "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}




More information about the arch-commits mailing list