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

Antonio Rojas arojas at archlinux.org
Sat May 20 07:07:20 UTC 2017


    Date: Saturday, May 20, 2017 @ 07:07:19
  Author: arojas
Revision: 296312

archrelease: copy trunk to testing-any

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

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

Copied: ipw2200-fw/repos/testing-any/PKGBUILD (from rev 296311, ipw2200-fw/trunk/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD	                        (rev 0)
+++ testing-any/PKGBUILD	2017-05-20 07:07:19 UTC (rev 296312)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Tom Gundersen <teg at jklm.no>
+# Contributor: Thomas Baechler <thomas at archlinux.org>
+# Contributor: Giovanni Scafora <giovanni at archlinux.org>
+
+pkgname=ipw2200-fw
+pkgver=3.1
+pkgrel=6
+pkgdesc="Firmware for the Intel PRO/Wireless 2200BG"
+arch=('any')
+url='http://ipw2200.sourceforge.net/'
+license=('custom')
+source=("http://sources.archlinux.org/other/packages/${pkgname}/${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}/usr/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