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

19 lines
399 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: IPW2100 Intel Centrino wifi için sürücüler
# URL: http://ipw2100.sourceforge.net/
# Paketçi: milisarge
# Gerekler:
isim=ipw2100-fw
surum=1.3
devir=1
kaynak=(http://downloads.nutyx.org/files/$isim-$surum.tgz)
derle() {
for i in *.fw
do
install -D -m 644 $i $PKG/lib/firmware/$i
done
# Install firmware licence
install -D -m 644 LICENSE $PKG/usr/share/licenses/$isim/LICENSE
}