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

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


    Date: Friday, April 20, 2012 @ 17:36:41
  Author: tomegun
Revision: 156555

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

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

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

Deleted: core-any/PKGBUILD
===================================================================
--- core-any/PKGBUILD	2012-04-20 21:26:30 UTC (rev 156554)
+++ core-any/PKGBUILD	2012-04-20 21:36:41 UTC (rev 156555)
@@ -1,24 +0,0 @@
-# $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"
-}

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