diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-20 09:01:21 +0200 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-20 09:01:21 +0200 |
commit | 8563c958baed5b6901c44a6a85dbb1977c421d51 (patch) | |
tree | afb7302c029763fab97831ca3900a740556c6afa /base/iwlwifi-4965-ucode/Pkgfile | |
parent | 1c67d000e11ed02d968b2fa40c165ff3839c9fe3 (diff) | |
download | nutyx-extra-8563c958baed5b6901c44a6a85dbb1977c421d51.tar.gz nutyx-extra-8563c958baed5b6901c44a6a85dbb1977c421d51.tar.bz2 nutyx-extra-8563c958baed5b6901c44a6a85dbb1977c421d51.tar.xz nutyx-extra-8563c958baed5b6901c44a6a85dbb1977c421d51.zip |
Ajout de iwlwifi-49-65-ucode#228.61.2.24-1
Diffstat (limited to 'base/iwlwifi-4965-ucode/Pkgfile')
-rw-r--r-- | base/iwlwifi-4965-ucode/Pkgfile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/base/iwlwifi-4965-ucode/Pkgfile b/base/iwlwifi-4965-ucode/Pkgfile new file mode 100644 index 000000000..dffc8ced8 --- /dev/null +++ b/base/iwlwifi-4965-ucode/Pkgfile @@ -0,0 +1,16 @@ +# Description: Firmware pour la carte wifi IPW4965 +# URL: http://intellinuxwireless.org/?p=iwlwifi +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch +# Depends on: + +name=iwlwifi-4965-ucode +version=228.61.2.24 +release=1 +source=(http://intellinuxwireless.org/iwlwifi/downloads/$name-$version.tgz) + +build() { + cd $name-$version + install -D -m 644 iwlwifi-4965-2.ucode $PKG/lib/firmware/iwlwifi-4965-2.ucode + install -D -m 644 LICENSE.iwlwifi-4965-ucode $PKG/usr/share/licenses/$name/LICENSE +} |