milis/talimatname/genel/ipw2100-fw/talimat

19 lines
412 B
Plaintext
Raw Normal View History

2017-01-31 02:35:21 +01:00
# Description: IPW2100 Intel Centrino wifi için sürücüler
2016-02-24 01:27:23 +01:00
# URL: http://ipw2100.sourceforge.net/
2017-01-31 02:35:21 +01:00
# Packager: milisarge
# Depends on:
2016-02-24 01:27:23 +01:00
name=ipw2100-fw
version=1.3
release=1
source=(http://downloads.nutyx.org/files/$name-$version.tgz)
build() {
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/$name/LICENSE
}