blob: f72aa28a4a10ae631a67abf814cc2417aa14fe02 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#!/usr/bin/make -f
build:
oh-autoconfigure -- \
--disable-xmlto \
--disable-alsaconf
oh-autobuild
touch $@
install: build
oh-autoinstall
oh-fixperms
oh-strip
oh-installfiles
|