diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-20 08:59:42 +0200 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-20 08:59:42 +0200 |
commit | 3b2fe3ef961e0b2dfc8c1f952568be7b14300794 (patch) | |
tree | d36b7e266155c56bc2817a1aef51d66229ec8267 | |
parent | dfdf60f71189eb020de72a12b58af18597fbc28f (diff) | |
download | nutyx-extra-3b2fe3ef961e0b2dfc8c1f952568be7b14300794.tar.gz nutyx-extra-3b2fe3ef961e0b2dfc8c1f952568be7b14300794.tar.bz2 nutyx-extra-3b2fe3ef961e0b2dfc8c1f952568be7b14300794.tar.xz nutyx-extra-3b2fe3ef961e0b2dfc8c1f952568be7b14300794.zip |
Ajout de ipw2200-fw#3.1-1
-rw-r--r-- | base/ipw2200-fw/.footprint | 10 | ||||
-rw-r--r-- | base/ipw2200-fw/.md5sum | 1 | ||||
-rw-r--r-- | base/ipw2200-fw/Pkgfile | 20 |
3 files changed, 31 insertions, 0 deletions
diff --git a/base/ipw2200-fw/.footprint b/base/ipw2200-fw/.footprint new file mode 100644 index 000000000..a52b7d3b9 --- /dev/null +++ b/base/ipw2200-fw/.footprint @@ -0,0 +1,10 @@ +drwxr-xr-x root/root lib/ +drwxr-xr-x root/root lib/firmware/ +-rw-r--r-- root/root lib/firmware/ipw2200-bss.fw +-rw-r--r-- root/root lib/firmware/ipw2200-ibss.fw +-rw-r--r-- root/root lib/firmware/ipw2200-sniffer.fw +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/licenses/ +drwxr-xr-x root/root usr/share/licenses/ipw2200-fw/ +-rw-r--r-- root/root usr/share/licenses/ipw2200-fw/LICENSE diff --git a/base/ipw2200-fw/.md5sum b/base/ipw2200-fw/.md5sum new file mode 100644 index 000000000..c3b49d587 --- /dev/null +++ b/base/ipw2200-fw/.md5sum @@ -0,0 +1 @@ +eaba788643c7cc7483dd67ace70f6e99 ipw2200-fw-3.1.tgz diff --git a/base/ipw2200-fw/Pkgfile b/base/ipw2200-fw/Pkgfile new file mode 100644 index 000000000..8f38f48b2 --- /dev/null +++ b/base/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 +} |