summaryrefslogtreecommitdiffstats
path: root/build
blob: 473b291c1a333d7d972e7deeed594b11d9731766 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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