From 33a6d2569f677b64b40267429ff4ca713c042da7 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sun, 04 Mar 2012 06:25:40 -0500 Subject: Initial commit. --- (limited to 'build') diff --git a/build b/build new file mode 100755 index 0000000..473b291 --- /dev/null +++ b/build @@ -0,0 +1,15 @@ +#! /usr/bin/make -f + +fakeroot fakeroot-doc: fakeroot.buildstamp + +.SILENT: fakeroot.buildstamp +fakeroot.buildstamp: + cd src && \ + ./configure --prefix=/usr && \ + make && make DESTDIR=$$(pwd)/../dest install + oh-strip -gl /usr/lib/libfakeroot-0.so + oh-installfiles fakeroot fakeroot-doc + oh-installdocs fakeroot + oh-gencontrol fakeroot fakeroot-doc + oh-buildopk fakeroot fakeroot-doc + touch fakeroot.buildstamp -- cgit v0.9.1