wok rev 56

Modified path for cmake doc --> /usr/share/doc/cmake
author Christophe Lincoln <pankso@slitaz.org>
date Fri Dec 21 21:24:33 2007 +0100 (2007-12-21)
parents 4c390c0b5d43
children 76cf3d1b58ce
files cmake/receipt
line diff
     1.1 --- a/cmake/receipt	Fri Dec 21 21:05:56 2007 +0100
     1.2 +++ b/cmake/receipt	Fri Dec 21 21:24:33 2007 +0100
     1.3 @@ -13,8 +13,11 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 -	./bootstrap --prefix=/usr --docdir=/share/doc \
     1.8 -	--mandir=/share/man $CONFIGURE_ARGS
     1.9 +	./bootstrap \
    1.10 +		--prefix=/usr \
    1.11 +		--docdir=/share/doc/$PACKAGE \
    1.12 +		--mandir=/share/man \
    1.13 +		$CONFIGURE_ARGS
    1.14  	make
    1.15  	make DESTDIR=$PWD/_pkg install
    1.16  }