summaryrefslogtreecommitdiffstats
path: root/base/ipw2100-fw/Pkgfile
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-20 08:59:21 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-20 08:59:21 +0200
commitdfdf60f71189eb020de72a12b58af18597fbc28f (patch)
tree80c852167c0c2e1ebb8aa0f485d4009467d21ace /base/ipw2100-fw/Pkgfile
parentc1e3068cbe8c8e3ba297727654118629fb5923f8 (diff)
downloadnutyx-pakxe-dfdf60f71189eb020de72a12b58af18597fbc28f.tar.gz
nutyx-pakxe-dfdf60f71189eb020de72a12b58af18597fbc28f.tar.bz2
nutyx-pakxe-dfdf60f71189eb020de72a12b58af18597fbc28f.tar.xz
nutyx-pakxe-dfdf60f71189eb020de72a12b58af18597fbc28f.zip
Ajout de ipw2100-fw#1.3-1
Diffstat (limited to 'base/ipw2100-fw/Pkgfile')
-rw-r--r--base/ipw2100-fw/Pkgfile19
1 files changed, 19 insertions, 0 deletions
diff --git a/base/ipw2100-fw/Pkgfile b/base/ipw2100-fw/Pkgfile
new file mode 100644
index 000000000..a7ae6fa3b
--- /dev/null
+++ b/base/ipw2100-fw/Pkgfile
@@ -0,0 +1,19 @@
+# Description: Pilotes pour IPW2100 Intel Centrino
+# URL: http://ipw2200.sourceforge.net/
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on:
+
+name=ipw2100-fw
+version=1.3
+release=1
+source=(http://bughost.org/firmware/$name-$version.tgz)
+
+build() {
+ for i in *.fw
+ do
+ install -D -m 644 $i $PKG/lib/firmware/$i
+ done
+ # Install firmware licence
+ install -D -m 644 LICENSE $PKG/usr/share/licenses/$name/LICENSE
+}