diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-06-20 02:03:42 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-06-20 02:03:42 (EDT) |
commit | 25b0dd845af4fb8c2160ba574bead52a577285ee (patch) | |
tree | dd52b15495576f31257fbee543dff8c833edbca3 /build |
Diffstat (limited to 'build')
-rwxr-xr-x | build | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -0,0 +1,22 @@ +#!/usr/bin/make -f + +upstream_source_dir = opus + +include ../source.mk + +nop: + @: + +build: + oh-autoconfigure + oh-autobuild + if [ 'x$(OPK_BUILD_ARCH)' = 'x$(OPK_HOST_ARCH)' ]; then \ + oh-autotest; \ + fi + touch $@ + +install: build + oh-autoinstall + oh-fixperms + oh-strip + oh-installfiles |