summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/ipw2200-fw
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core-testing/ipw2200-fw')
-rw-r--r--abs/core-testing/ipw2200-fw/PKGBUILD25
-rw-r--r--abs/core-testing/ipw2200-fw/ipw2200-fw.install18
2 files changed, 0 insertions, 43 deletions
diff --git a/abs/core-testing/ipw2200-fw/PKGBUILD b/abs/core-testing/ipw2200-fw/PKGBUILD
deleted file mode 100644
index 75b4be9..0000000
--- a/abs/core-testing/ipw2200-fw/PKGBUILD
+++ /dev/null
@@ -1,25 +0,0 @@
-# $Id: PKGBUILD 59427 2009-11-23 20:20:15Z giovanni $
-# Maintainer: Thomas Baechler <thomas@archlinux.org>
-# Contributor: Giovanni Scafora <giovanni@archlinux.org>
-
-pkgname=ipw2200-fw
-pkgver=3.1
-pkgrel=2
-pkgdesc="Firmware for the Intel PRO/Wireless 2200BG"
-arch=('any')
-url='http://ipw2200.sourceforge.net/'
-license=('custom')
-depends=()
-source=(http://bughost.org/firmware/${pkgname}-${pkgver}.tgz)
-replaces=('ipw2200')
-md5sums=('eaba788643c7cc7483dd67ace70f6e99')
-
-build() {
- 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" || return 1
-}
diff --git a/abs/core-testing/ipw2200-fw/ipw2200-fw.install b/abs/core-testing/ipw2200-fw/ipw2200-fw.install
deleted file mode 100644
index 4720660..0000000
--- a/abs/core-testing/ipw2200-fw/ipw2200-fw.install
+++ /dev/null
@@ -1,18 +0,0 @@
-# arg 1: the new package version
-post_install() {
-cat << EOF
-IMPORTANT
-==> In order to use the firmware you have to agree to Intel's license located in
-==> /lib/firmware/LICENSE.ipw2200-fw else please remove this package.
-EOF
-}
-
-# arg 1: the new package version
-# arg 2: the old package version
-post_upgrade() {
-post_install $1
-}
-
-op=$1
-shift
-$op $*