[arch-commits] Commit in ipw2200-fw/trunk (PKGBUILD ipw2200-fw.install)

Giovanni Scafora giovanni at archlinux.org
Mon Nov 23 20:20:16 UTC 2009


    Date: Monday, November 23, 2009 @ 15:20:15
  Author: giovanni
Revision: 59427

upgpkg: ipw2200-fw 3.1-2
    Switched to arch any

Modified:
  ipw2200-fw/trunk/PKGBUILD
Deleted:
  ipw2200-fw/trunk/ipw2200-fw.install

--------------------+
 PKGBUILD           |   23 ++++++++++++-----------
 ipw2200-fw.install |    7 -------
 2 files changed, 12 insertions(+), 18 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-11-23 20:07:19 UTC (rev 59426)
+++ PKGBUILD	2009-11-23 20:20:15 UTC (rev 59427)
@@ -1,24 +1,25 @@
 # $Id$
-# Maintainer : Tobias Powalowski <tpowa at archlinux.org>
+# Maintainer: Thomas Baechler <thomas at archlinux.org>
+# Contributor: Giovanni Scafora <giovanni at archlinux.org>
 
 pkgname=ipw2200-fw
 pkgver=3.1
-pkgrel=1
-pkgdesc='firmware for the Intel PRO/Wireless 2200BG'
-arch=('i686' 'x86_64')
+pkgrel=2
+pkgdesc="Firmware for the Intel PRO/Wireless 2200BG"
+arch=('any')
 url='http://ipw2200.sourceforge.net/'
 license=('custom')
-depends=('wireless_tools')
-source=("http://bughost.org/firmware/${pkgname}-${pkgver}.tgz")
-install=ipw2200-fw.install
+depends=()
+source=(http://bughost.org/firmware/${pkgname}-${pkgver}.tgz)
 replaces=('ipw2200')
 md5sums=('eaba788643c7cc7483dd67ace70f6e99')
 
 build() {
-  cd $srcdir/ipw2200-fw-$pkgver
-
+  cd "${srcdir}/ipw2200-fw-${pkgver}"
+  # Install firmware
   for i in ipw*.fw; do
-    install -D -m 644 $i $pkgdir/lib/firmware/$i
+    install -D -m 644 $i "${pkgdir}/lib/firmware/$i"
   done
-  install -D -m 644 LICENSE.ipw2200-fw $pkgdir/usr/share/licenses/$pkgname/LICENSE
+  # Install license
+  install -D -m 644 LICENSE.ipw2200-fw "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" || return 1
 }

Deleted: ipw2200-fw.install
===================================================================
--- ipw2200-fw.install	2009-11-23 20:07:19 UTC (rev 59426)
+++ ipw2200-fw.install	2009-11-23 20:20:15 UTC (rev 59427)
@@ -1,7 +0,0 @@
-post_install() {
-cat << EOF
-IMPORTANT
-==> In order to use the firmware you have to agree to Intel's license located in 
-==> /usr/share/licenses/ipw2200-fw/LICENSE else please remove this package.
-EOF
-}
\ No newline at end of file




More information about the arch-commits mailing list