summaryrefslogtreecommitdiffstats
path: root/extra/iwlwifi-3945-ucode/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/iwlwifi-3945-ucode/Pkgfile')
-rw-r--r--extra/iwlwifi-3945-ucode/Pkgfile17
1 files changed, 0 insertions, 17 deletions
diff --git a/extra/iwlwifi-3945-ucode/Pkgfile b/extra/iwlwifi-3945-ucode/Pkgfile
deleted file mode 100644
index 2d27e362e..000000000
--- a/extra/iwlwifi-3945-ucode/Pkgfile
+++ /dev/null
@@ -1,17 +0,0 @@
-# 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
-}