blob: 099bc553df303703141649d715edc59981007bfc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#!/usr/bin/make -f
include ../source.mk
build:
oh-autoconfigure -- \
--libdir=/usr/share \
--with-metadata=proteanos \
--with-opkg=/usr/bin/opkg \
--with-opkhelper-3.0=/usr/share/opkhelper-3.0/
oh-autobuild
install: build
oh-autoinstall
oh-installfiles
|