From 5989015be3e79f49a8796116664b5d8f804a912b Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Fri, 19 Oct 2012 23:29:08 -0400 Subject: Update packaging to SPF 2.0. --- (limited to 'build') diff --git a/build b/build index 473b291..11d7d1b 100755 --- a/build +++ b/build @@ -1,15 +1,14 @@ #! /usr/bin/make -f -fakeroot fakeroot-doc: fakeroot.buildstamp - -.SILENT: fakeroot.buildstamp -fakeroot.buildstamp: +build: 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 + make && \ + cd .. + +install: + cd src && \ + make DESTDIR=$$(pwd)/../dest install && \ + cd .. + #oh-strip -g + oh-installfiles -- cgit v0.9.1