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

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