diff options
author | tnut <tnut at nutyx dot com> | 2011-10-15 16:21:34 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-10-15 16:21:34 +0200 |
commit | 16a99b65c18cbea6c8e96e44df6866e57611c365 (patch) | |
tree | db62872e2c1062e303a9823102ee39345bbc8a47 /extra/iwlwifi-5150-ucode/Pkgfile | |
parent | b5f13c04feb0cb051e3ab2024196259d5e9e5d9d (diff) | |
download | nutyx-pakxe-16a99b65c18cbea6c8e96e44df6866e57611c365.tar.gz nutyx-pakxe-16a99b65c18cbea6c8e96e44df6866e57611c365.tar.bz2 nutyx-pakxe-16a99b65c18cbea6c8e96e44df6866e57611c365.tar.xz nutyx-pakxe-16a99b65c18cbea6c8e96e44df6866e57611c365.zip |
iwlwifi-5150-ucode dans extra
Diffstat (limited to 'extra/iwlwifi-5150-ucode/Pkgfile')
-rw-r--r-- | extra/iwlwifi-5150-ucode/Pkgfile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/extra/iwlwifi-5150-ucode/Pkgfile b/extra/iwlwifi-5150-ucode/Pkgfile new file mode 100644 index 000000000..ea3a4066b --- /dev/null +++ b/extra/iwlwifi-5150-ucode/Pkgfile @@ -0,0 +1,16 @@ +# Description: Firmware pour la carte wifi IPW5150 +# URL: http://intellinuxwireless.org/?p=iwlwifi +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch +# Depends on: + +name=iwlwifi-5150-ucode +version=8.24.2.2 +release=1 +source=(http://intellinuxwireless.org/iwlwifi/downloads/$name-$version.tgz) + +build() { + cd $name-$version + install -D -m 644 iwlwifi-5150-2.ucode $PKG/lib/firmware/iwlwifi-5150-2.ucode + install -D -m 644 LICENSE.iwlwifi-5150-ucode $PKG/usr/share/licenses/$name/LICENSE +} |