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

2012-04-08 Thread Tom Gundersen
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/PKGBUILD2012-04-08 22:46:41 UTC (rev 155895)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Tom Gundersen 
+# Contributor: Thomas Baechler 
+# Contributor: Giovanni Scafora 
+
+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"
+}



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

2011-11-02 Thread Pierre Schmitz
Date: Wednesday, November 2, 2011 @ 07:26:26
  Author: pierre
Revision: 141687

archrelease: copy trunk to testing-any

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

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

Copied: ipw2100-fw/repos/testing-any/PKGBUILD (from rev 141686, 
ipw2100-fw/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2011-11-02 11:26:26 UTC (rev 141687)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Thomas Baechler 
+# Contributor: Giovanni Scafora 
+
+pkgname=ipw2100-fw
+pkgver=1.3
+pkgrel=6
+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}/lib/firmware/$i"
+  done 
+  # Install license
+  install -D -m 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



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

2017-05-20 Thread Antonio Rojas
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/PKGBUILD2017-05-20 07:09:22 UTC (rev 296314)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Tom Gundersen 
+# Contributor: Thomas Baechler 
+# Contributor: Giovanni Scafora 
+
+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"
+}