summaryrefslogtreecommitdiffstats
path: root/extra
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 16:21:23 +0200
committertnut <tnut at nutyx dot com>2011-10-15 16:21:23 +0200
commitb5f13c04feb0cb051e3ab2024196259d5e9e5d9d (patch)
treefcbf06aeb717cf649bf161957a43b64f16143a37 /extra
parent518500030433407c1924f10542a66a0eec630cd1 (diff)
downloadnutyx-extra-b5f13c04feb0cb051e3ab2024196259d5e9e5d9d.tar.gz
nutyx-extra-b5f13c04feb0cb051e3ab2024196259d5e9e5d9d.tar.bz2
nutyx-extra-b5f13c04feb0cb051e3ab2024196259d5e9e5d9d.tar.xz
nutyx-extra-b5f13c04feb0cb051e3ab2024196259d5e9e5d9d.zip
iwlwifi-5000-ucode dans extra
Diffstat (limited to 'extra')
-rw-r--r--extra/iwlwifi-5000-ucode/.footprint.i6869
-rw-r--r--extra/iwlwifi-5000-ucode/.footprint.x86_649
-rw-r--r--extra/iwlwifi-5000-ucode/.md5sum.i6862
-rw-r--r--extra/iwlwifi-5000-ucode/.md5sum.x86_642
-rw-r--r--extra/iwlwifi-5000-ucode/Pkgfile20
5 files changed, 42 insertions, 0 deletions
diff --git a/extra/iwlwifi-5000-ucode/.footprint.i686 b/extra/iwlwifi-5000-ucode/.footprint.i686
new file mode 100644
index 000000000..f76b7450d
--- /dev/null
+++ b/extra/iwlwifi-5000-ucode/.footprint.i686
@@ -0,0 +1,9 @@
+drwxr-xr-x root/root lib/
+drwxr-xr-x root/root lib/firmware/
+-rw-r--r-- root/root lib/firmware/iwlwifi-5000-1.ucode
+-rw-r--r-- root/root lib/firmware/iwlwifi-5000-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-5000-ucode/
+-rw-r--r-- root/root usr/share/licenses/iwlwifi-5000-ucode/LICENSE
diff --git a/extra/iwlwifi-5000-ucode/.footprint.x86_64 b/extra/iwlwifi-5000-ucode/.footprint.x86_64
new file mode 100644
index 000000000..f76b7450d
--- /dev/null
+++ b/extra/iwlwifi-5000-ucode/.footprint.x86_64
@@ -0,0 +1,9 @@
+drwxr-xr-x root/root lib/
+drwxr-xr-x root/root lib/firmware/
+-rw-r--r-- root/root lib/firmware/iwlwifi-5000-1.ucode
+-rw-r--r-- root/root lib/firmware/iwlwifi-5000-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-5000-ucode/
+-rw-r--r-- root/root usr/share/licenses/iwlwifi-5000-ucode/LICENSE
diff --git a/extra/iwlwifi-5000-ucode/.md5sum.i686 b/extra/iwlwifi-5000-ucode/.md5sum.i686
new file mode 100644
index 000000000..fbfd98606
--- /dev/null
+++ b/extra/iwlwifi-5000-ucode/.md5sum.i686
@@ -0,0 +1,2 @@
+748860c5079dde1a1313e72511b9322a iwlwifi-5000-ucode-5.4.A.11.tar.gz
+45f74d052d52f6f473dc7a8d412f2274 iwlwifi-5000-ucode-8.24.2.12.tgz
diff --git a/extra/iwlwifi-5000-ucode/.md5sum.x86_64 b/extra/iwlwifi-5000-ucode/.md5sum.x86_64
new file mode 100644
index 000000000..fbfd98606
--- /dev/null
+++ b/extra/iwlwifi-5000-ucode/.md5sum.x86_64
@@ -0,0 +1,2 @@
+748860c5079dde1a1313e72511b9322a iwlwifi-5000-ucode-5.4.A.11.tar.gz
+45f74d052d52f6f473dc7a8d412f2274 iwlwifi-5000-ucode-8.24.2.12.tgz
diff --git a/extra/iwlwifi-5000-ucode/Pkgfile b/extra/iwlwifi-5000-ucode/Pkgfile
new file mode 100644
index 000000000..5edb38d3f
--- /dev/null
+++ b/extra/iwlwifi-5000-ucode/Pkgfile
@@ -0,0 +1,20 @@
+# Description: Firmware pour les cartes wifi 5150AGN
+# URL: http://intellinuxwireless.org/?p=iwlwifi
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on:
+
+name=iwlwifi-5000-ucode
+version=8.24.2.12
+release=1
+_version1=5.4.A.11
+source=(http://intellinuxwireless.org/iwlwifi/downloads/$name-$version.tgz\
+ http://intellinuxwireless.org/iwlwifi/downloads/$name-${_version1}.tar.gz)
+
+build() {
+ cd $name-${_version1}
+ install -D -m 644 iwlwifi-5000-1.ucode $PKG/lib/firmware/iwlwifi-5000-1.ucode
+ cd ../$name-$version
+ install -D -m 644 iwlwifi-5000-2.ucode $PKG/lib/firmware/iwlwifi-5000-2.ucode
+ install -D -m 644 LICENSE.iwlwifi-5000-ucode $PKG/usr/share/licenses/$name/LICENSE
+}