aboutsummaryrefslogtreecommitdiff
path: root/repos/extra/hwdata/abuild
blob: 9fc2d33983872d2dc42b5d2ec12e4128a72fc92e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
name=hwdata
version=0.401
release=1
source="https://github.com/vcrhonek/${name}/archive/v${version}/${name}-${version}.tar.gz"

build() {
	./configure \
	    --prefix=/usr \
	    --disable-blacklist
	
	make install
}