summaryrefslogtreecommitdiffstats
path: root/ipw2100-fw/Pkgfile
blob: b093aa9d290e27dec5b47387cafdfb407a7a6dbb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Description: Pilotes pour IPW2100 Intel Centrino
# URL: http://ipw2100.sourceforge.net/
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
# Depends on: 

name=ipw2100-fw
version=1.3
release=1
source=(http://bughost.org/firmware/$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
}