milis/talimatname/genel/i/ipw2200-fw/talimat

21 lines
445 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: IPW2200 Intel Centrino wifi için sürücü
# URL: http://ipw2200.sourceforge.net/
# Paketçi: milisarge
# Gerekler:
# Grup: sürücü
isim=ipw2200-fw
surum=3.1
devir=1
kaynak=(http://downloads.nutyx.org/files/$isim-$surum.tgz)
derle() {
cd $isim-$surum
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/$isim/LICENSE
}