diff options
author | P. 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) |
commit | 33a6d2569f677b64b40267429ff4ca713c042da7 (patch) | |
tree | 69ec2daf07b6c5040a25135c90cc32e35a7fb103 /build |
Initial commit.fakeroot/1.18.2-1
Diffstat (limited to 'build')
-rwxr-xr-x | build | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -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 |