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

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


    Date: Saturday, May 20, 2017 @ 07:09:22
  Author: arojas
Revision: 296314

archrelease: copy trunk to testing-any

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

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

Copied: ipw2100-fw/repos/testing-any/PKGBUILD (from rev 296313, ipw2100-fw/trunk/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD	                        (rev 0)
+++ testing-any/PKGBUILD	2017-05-20 07:09:22 UTC (rev 296314)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Tom Gundersen <teg at jklm.no>
+# Contributor: Thomas Baechler <thomas at archlinux.org>
+# Contributor: Giovanni Scafora <giovanni at archlinux.org>
+
+pkgname=ipw2100-fw
+pkgver=1.3
+pkgrel=8
+pkgdesc="Intel Centrino Drivers firmware for IPW2100"
+arch=('any')
+url="http://ipw2100.sourceforge.net/"
+license=('custom')
+replaces=('ipw2100')
+source=("http://sources.archlinux.org/other/packages/${pkgname}/${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"
+}



More information about the arch-commits mailing list