summaryrefslogtreecommitdiffstats
path: root/base/linux-firmware/Pkgfile
blob: 39c9c83a5af268de778557b36b1bee1842ebf383 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Description: Jeu de firmware pour linux
# URL: http://www.kernel.org
# Maintainer: tnut at nutyx dot com
# Packager: tnut at nutyx dot com

name=linux-firmware
version=f8ddc05
release=1
source=(http://nutyx.meticul.eu/files/patchs/$name/$name-$version.tar.gz)
build(){
	mkdir -p $PKG/lib/firmware
	cd $name-$version
	mv * $PKG/lib/firmware/
}