summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rwxr-xr-xbuild13
1 files changed, 13 insertions, 0 deletions
diff --git a/build b/build
new file mode 100755
index 0000000..6517bb1
--- /dev/null
+++ b/build
@@ -0,0 +1,13 @@
+#! /usr/bin/make -f
+
+zlib: zlib.buildstamp
+
+.SILENT: zlib.buildstamp
+zlib.buildstamp:
+ cd src && ./configure --prefix=/usr && make && \
+ make DESTDIR=$$(pwd)/../dest install
+ oh-installfiles zlib
+ oh-installdocs zlib
+ oh-gencontrol zlib
+ oh-buildopk zlib
+ touch zlib.buildstamp