summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-03-04 06:25:40 (EST)
committer P. J. McDermott <pjm@nac.net>2012-03-04 06:25:40 (EST)
commit33a6d2569f677b64b40267429ff4ca713c042da7 (patch)
tree69ec2daf07b6c5040a25135c90cc32e35a7fb103 /build
Initial commit.fakeroot/1.18.2-1
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