milis/talimatname/genel/ipw2200-fw/talimat

20 lines
445 B
Plaintext

# Description: IPW2200 Intel Centrino wifi için sürücüler
# URL: http://ipw2200.sourceforge.net/
# Packager: milisarge
# Depends on:
name=ipw2200-fw
version=3.1
release=1
source=(http://downloads.nutyx.org/files/$name-$version.tgz)
build() {
cd $name-$version
for i in ipw*.fw
do
install -D -m 644 $i $PKG/lib/firmware/$i
done
# Install firmware licence
install -D -m 644 LICENSE.ipw2200-fw $PKG/usr/share/licenses/$name/LICENSE
}