summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rwxr-xr-xbuild15
1 files changed, 15 insertions, 0 deletions
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