summaryrefslogtreecommitdiffstats
path: root/extra/ipw2200-fw/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 16:20:22 +0200
committertnut <tnut at nutyx dot com>2011-10-15 16:20:22 +0200
commit8b6198e40270e33aa23ba11350cca0ca94ce7f0a (patch)
tree44b61e6a04a5af53059f1fd459a4b5cdc738ae58 /extra/ipw2200-fw/Pkgfile
parent35428fbd7b433a41cbdfd884f71db849af7f20c0 (diff)
downloadnutyx-extra-8b6198e40270e33aa23ba11350cca0ca94ce7f0a.tar.gz
nutyx-extra-8b6198e40270e33aa23ba11350cca0ca94ce7f0a.tar.bz2
nutyx-extra-8b6198e40270e33aa23ba11350cca0ca94ce7f0a.tar.xz
nutyx-extra-8b6198e40270e33aa23ba11350cca0ca94ce7f0a.zip
ipw2200-fw dans extra
Diffstat (limited to 'extra/ipw2200-fw/Pkgfile')
-rw-r--r--extra/ipw2200-fw/Pkgfile20
1 files changed, 20 insertions, 0 deletions
diff --git a/extra/ipw2200-fw/Pkgfile b/extra/ipw2200-fw/Pkgfile
new file mode 100644
index 000000000..8f38f48b2
--- /dev/null
+++ b/extra/ipw2200-fw/Pkgfile
@@ -0,0 +1,20 @@
+# 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
+}