summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-20 09:00:33 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-20 09:00:33 +0200
commit1c67d000e11ed02d968b2fa40c165ff3839c9fe3 (patch)
tree8c45b3c84e4caf451de8e70e326383f1558d9102
parent3b2fe3ef961e0b2dfc8c1f952568be7b14300794 (diff)
downloadnutyx-pakxe-1c67d000e11ed02d968b2fa40c165ff3839c9fe3.tar.gz
nutyx-pakxe-1c67d000e11ed02d968b2fa40c165ff3839c9fe3.tar.bz2
nutyx-pakxe-1c67d000e11ed02d968b2fa40c165ff3839c9fe3.tar.xz
nutyx-pakxe-1c67d000e11ed02d968b2fa40c165ff3839c9fe3.zip
Ajout de iwlwifi-3945-ucode#15.32.2.9-1
-rw-r--r--base/iwlwifi-3945-ucode/.footprint8
-rw-r--r--base/iwlwifi-3945-ucode/.md5sum1
-rw-r--r--base/iwlwifi-3945-ucode/Pkgfile17
3 files changed, 26 insertions, 0 deletions
diff --git a/base/iwlwifi-3945-ucode/.footprint b/base/iwlwifi-3945-ucode/.footprint
new file mode 100644
index 000000000..8124c072f
--- /dev/null
+++ b/base/iwlwifi-3945-ucode/.footprint
@@ -0,0 +1,8 @@
+drwxr-xr-x root/root lib/
+drwxr-xr-x root/root lib/firmware/
+-rw-r--r-- root/root lib/firmware/iwlwifi-3945-2.ucode
+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/iwlwifi-3945-ucode/
+-rw-r--r-- root/root usr/share/licenses/iwlwifi-3945-ucode/LICENSE
diff --git a/base/iwlwifi-3945-ucode/.md5sum b/base/iwlwifi-3945-ucode/.md5sum
new file mode 100644
index 000000000..c1f9a3df1
--- /dev/null
+++ b/base/iwlwifi-3945-ucode/.md5sum
@@ -0,0 +1 @@
+d99a75ab1305d1532a09471b2f9a547a iwlwifi-3945-ucode-15.32.2.9.tgz
diff --git a/base/iwlwifi-3945-ucode/Pkgfile b/base/iwlwifi-3945-ucode/Pkgfile
new file mode 100644
index 000000000..2d27e362e
--- /dev/null
+++ b/base/iwlwifi-3945-ucode/Pkgfile
@@ -0,0 +1,17 @@
+# Description: Firmware pour la carte wifi IPW3945
+# URL: http://intellinuxwireless.org/?p=iwlwifi
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on:
+
+name=iwlwifi-3945-ucode
+version=15.32.2.9
+release=1
+source=(http://intellinuxwireless.org/iwlwifi/downloads/$name-$version.tgz\
+ )
+
+build() {
+ cd $name-$version
+ install -D -m 644 iwlwifi-3945-2.ucode $PKG/lib/firmware/iwlwifi-3945-2.ucode
+ install -D -m 644 LICENSE.iwlwifi-3945-ucode $PKG/usr/share/licenses/$name/LICENSE
+}