diff options
author | P. J. McDermott <pjm@nac.net> | 2013-06-02 17:35:25 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-06-02 17:35:25 (EDT) |
commit | d3a33b65b13532c7b0931815d10545dd4456bbb8 (patch) | |
tree | 431321bf973247f9f9d23dc3627c5c464e01bfb8 /build |
Initial commit.
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 |