summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorWarren McDonald <wmickeyd@gmail.com>2012-12-01 16:17:39 (EST)
committer P. J. McDermott <pjm@nac.net>2013-11-09 14:36:45 (EST)
commitb8ef828470dec3695f1b1fb04a1e4902ef7e63ce (patch)
tree6f4c6c7e34cfaefe1eb97d220a2620ae5bf692e9 /build
Initial commit.
Diffstat (limited to 'build')
-rwxr-xr-xbuild16
1 files changed, 16 insertions, 0 deletions
diff --git a/build b/build
new file mode 100755
index 0000000..5ca3ec9
--- /dev/null
+++ b/build
@@ -0,0 +1,16 @@
+#!/usr/bin/make -f
+
+nop:
+ @:
+
+build:
+ oh-autoconfigure
+ oh-autobuild
+ touch $@
+
+install: build
+ oh-autoinstall
+ rm -f 'dest/usr/lib/$(OPK_HOST_ARCH)/libmpc.la'
+ oh-fixperms
+ oh-strip
+ oh-installfiles