[arch-commits] Commit in ipw2100-fw/repos (3 files)

Tom Gundersen tomegun at archlinux.org
Fri Apr 20 21:36:42 UTC 2012


    Date: Friday, April 20, 2012 @ 17:36:42
  Author: tomegun
Revision: 156556

db-move: moved ipw2100-fw from [testing] to [core] (any)

Added:
  ipw2100-fw/repos/core-any/PKGBUILD
    (from rev 156554, ipw2100-fw/repos/testing-any/PKGBUILD)
Deleted:
  ipw2100-fw/repos/core-any/PKGBUILD
  ipw2100-fw/repos/testing-any/

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

Deleted: core-any/PKGBUILD
===================================================================
--- core-any/PKGBUILD	2012-04-20 21:36:41 UTC (rev 156555)
+++ core-any/PKGBUILD	2012-04-20 21:36:42 UTC (rev 156556)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Thomas Baechler <thomas at archlinux.org>
-# Contributor: Giovanni Scafora <giovanni at archlinux.org>
-
-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"
-}

Copied: ipw2100-fw/repos/core-any/PKGBUILD (from rev 156554, ipw2100-fw/repos/testing-any/PKGBUILD)
===================================================================
--- core-any/PKGBUILD	                        (rev 0)
+++ core-any/PKGBUILD	2012-04-20 21:36:42 UTC (rev 156556)
@@ -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=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"
+}




More information about the arch-commits mailing list