summaryrefslogtreecommitdiffstats
path: root/base/ipw2200-fw/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'base/ipw2200-fw/Pkgfile')
-rw-r--r--base/ipw2200-fw/Pkgfile20
1 files changed, 0 insertions, 20 deletions
diff --git a/base/ipw2200-fw/Pkgfile b/base/ipw2200-fw/Pkgfile
deleted file mode 100644
index 8f38f48b2..000000000
--- a/base/ipw2200-fw/Pkgfile
+++ /dev/null
@@ -1,20 +0,0 @@
-# Description: Pilotes pour IPW2200 Intel Centrino
-# URL: http://ipw2200.sourceforge.net/
-# Maintainer: NuTyX core team
-# Packager: thierryn1 at hispeed dot ch
-# Depends on:
-
-name=ipw2200-fw
-version=3.1
-release=1
-source=(http://bughost.org/firmware/$name-$version.tgz)
-
-build() {
- cd $name-$version
- for i in ipw*.fw
- do
- install -D -m 644 $i $PKG/lib/firmware/$i
- done
- # Install firmware licence
- install -D -m 644 LICENSE.ipw2200-fw $PKG/usr/share/licenses/$name/LICENSE
-}