blob: 5daae31852e7c7292c9e6c4beff9ed114adef886 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
#!/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
touch $@
install: build
oh-autoinstall
rm -Rf dest/usr/share/locale/en_MID
oh-installfiles
|