wok-6.x diff tslib/receipt @ rev 16149

Add harfbuzz (OpenType text shaping engine)
author Christophe Lincoln <pankso@slitaz.org>
date Wed Mar 26 23:24:26 2014 +0100 (2014-03-26)
parents 6a71982fc18f
children e3c24dc3326c
line diff
     1.1 --- a/tslib/receipt	Mon Dec 02 20:19:52 2013 +0000
     1.2 +++ b/tslib/receipt	Wed Mar 26 23:24:26 2014 +0100
     1.3 @@ -15,11 +15,11 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	cd $src
     1.8  	./autogen.sh
     1.9 -	./configure --prefix=/usr --infodir=/usr/share/info \
    1.10 +	./configure \
    1.11 +		--prefix=/usr \
    1.12 +		--infodir=/usr/share/info \
    1.13  		--sysconfdir=/etc \
    1.14 -		--mandir=/usr/share/man \
    1.15  		$CONFIGURE_ARGS &&
    1.16  	make &&
    1.17  	make DESTDIR=$DESTDIR install