diff options
Diffstat (limited to 'build')
-rwxr-xr-x | build | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -0,0 +1,14 @@ +#!/usr/bin/make -f + +include ../source.mk + +build: + oh-autoconfigure -- \ + --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 |