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

gettext gettext-doc: gettext.buildstamp

.SILENT: gettext.buildstamp
gettext.buildstamp:
	cd src && \
		gettext-runtime/configure --prefix=/usr \
		--enable-threads --disable-java && \
		make && make DESTDIR=$$(pwd)/../dest install
#	oh-strip -gl /usr/lib/
	oh-installfiles gettext gettext-doc
	oh-installdocs gettext
	oh-gencontrol gettext gettext-doc
	oh-buildopk gettext gettext-doc
	touch gettext.buildstamp