summaryrefslogtreecommitdiffstats
path: root/build
blob: 6517bb14c05ff6cb0555aa228dd983d6c53e582d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#! /usr/bin/make -f

zlib: zlib.buildstamp

.SILENT: zlib.buildstamp
zlib.buildstamp:
	cd src && ./configure --prefix=/usr && make &&  \
		make DESTDIR=$$(pwd)/../dest install
	oh-installfiles zlib
	oh-installdocs zlib
	oh-gencontrol zlib
	oh-buildopk zlib
	touch zlib.buildstamp