From 92ed65725a666f3c7400c016c6c4b31e7683dd04 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Thu, 16 Feb 2012 01:04:24 -0500 Subject: Initial commit. --- (limited to 'build') diff --git a/build b/build new file mode 100755 index 0000000..99e19b5 --- /dev/null +++ b/build @@ -0,0 +1,14 @@ +#! /usr/bin/make -f + +opkhelper opkhelper-doc: opkhelper.buildstamp + +.SILENT: opkhelper.buildstamp +opkhelper.buildstamp: + mkdir build && cd build && \ + ./configure --prefix=/usr && \ + make && make DESTDIR=$$(pwd)/../dest install + oh-installfiles opkhelper opkhelper-doc + oh-installdocs opkhelper + oh-gencontrol opkhelper opkhelper-doc + oh-buildopk opkhelper opkhelper-doc + touch opkhelper.buildstamp -- cgit v0.9.1