summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorP. 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)
commit25b0dd845af4fb8c2160ba574bead52a577285ee (patch)
treedd52b15495576f31257fbee543dff8c833edbca3 /build
Initial commit.HEADmaster
Diffstat (limited to 'build')
-rwxr-xr-xbuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/build b/build
new file mode 100755
index 0000000..afc7cbf
--- /dev/null
+++ b/build
@@ -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