milis/talimatname/genel/ipw2100-fw/talimat

19 lines
412 B
Text
Raw Normal View History

2017-01-31 04:35:21 +03:00
# Description: IPW2100 Intel Centrino wifi için sürücüler
2016-02-24 02:27:23 +02:00
# URL: http://ipw2100.sourceforge.net/
2017-01-31 04:35:21 +03:00
# Packager: milisarge
# Depends on:
2016-02-24 02:27:23 +02: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
}