contrib/iwlwifi-3945-ucode/Pkgfile
2008-09-18 19:47:29 +02:00

18 lines
585 B
Plaintext

# Description: Microcode image for the Intel Wireless WiFi link driver
# URL: http://intellinuxwireless.org/?p=iwlwifi
# Maintainer: Jose V Beneyto, sepen at users dot sourceforge dot net
# Packager: Rouven Schuerch, rs at tegonal dot com
# Depends on:
name=iwlwifi-3945-ucode
version=15.28.1.6
release=1
source=(http://intellinuxwireless.org/iwlwifi/downloads/$name-$version.tgz)
build () {
install -D -m 0644 $name-$version/iwlwifi-3945-1.ucode \
$PKG/lib/firmware/iwlwifi-3945-1.ucode
ln -sf /lib/firmware/iwlwifi-3945-1.ucode \
$PKG/lib/firmware/iwlwifi-3945.ucode
}