wok rev 9919

libmcs: fix bdeps
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Tue May 17 22:21:54 2011 +0200 (2011-05-17)
parents bd9d5822afef
children 0c6dc795cf5c
files libmcs/receipt
line diff
     1.1 --- a/libmcs/receipt	Tue May 17 22:21:33 2011 +0200
     1.2 +++ b/libmcs/receipt	Tue May 17 22:21:54 2011 +0200
     1.3 @@ -9,18 +9,15 @@
     1.4  WEB_SITE="http://www.atheme.org/libmcs/"
     1.5  WGET_URL="http://distfiles.atheme.org/$TARBALL"
     1.6  DEPENDS="libmowgli"
     1.7 +BUILD_DEPENDS="libmowgli-dev"
     1.8  
     1.9  # Rules to configure and make the package.
    1.10  compile_rules()
    1.11  {
    1.12  	cd $src
    1.13 -	./configure \
    1.14 -			--prefix=/usr \
    1.15 -			--infodir=/usr/share/info \
    1.16 -			--mandir=/usr/share/man \
    1.17 -			$CONFIGURE_ARGS &&
    1.18 -	make &&
    1.19 -	make DESTDIR=$PWD/_pkg install
    1.20 +	./configure && 
    1.21 +		make &&	
    1.22 +		make DESTDIR=$DESTDIR install
    1.23  }
    1.24  
    1.25  # Rules to gen a SliTaz package suitable for Tazpkg.