diff options
Diffstat (limited to 'build')
-rwxr-xr-x | build | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -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 |