wok rev 9959

mcrypt: fix bdeps
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Wed May 18 15:26:01 2011 +0200 (2011-05-18)
parents 8ba3b01ca5e8
children 87ef3212c4ad
files mcrypt/receipt
line diff
     1.1 --- a/mcrypt/receipt	Wed May 18 15:25:31 2011 +0200
     1.2 +++ b/mcrypt/receipt	Wed May 18 15:26:01 2011 +0200
     1.3 @@ -5,22 +5,21 @@
     1.4  CATEGORY="security"
     1.5  SHORT_DESC="Encryption"
     1.6  MAINTAINER="erjo@slitaz.org"
     1.7 -DEPENDS="zlib mhash libmcrypt"
     1.8 -BUILD_DEPENDS="libmcrypt libmcrypt-dev"
     1.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.10  WEB_SITE="http://mcrypt.sourceforge.net/"
    1.11  WGET_URL="http://downloads.sourceforge.net/project/mcrypt/MCrypt/$VERSION/$TARBALL"
    1.12  
    1.13 +DEPENDS="zlib mhash libmcrypt"
    1.14 +BUILD_DEPENDS="libmcrypt-dev libmcrypt-dev mhash-dev"
    1.15 +
    1.16  # Rules to configure and make the package.
    1.17  compile_rules()
    1.18  {
    1.19  	cd $src
    1.20  	./configure \
    1.21 -		--prefix=/usr \
    1.22 -		--infodir=/usr/share/info \
    1.23 -		--mandir=/usr/share/man \
    1.24 -		$CONFIGURE_ARGS &&
    1.25 -	make && make DESTDIR=$PWD/_pkg install
    1.26 +		--prefix=/usr &&
    1.27 +	make && 
    1.28 +	make DESTDIR=$DESTDIR install
    1.29  }
    1.30  
    1.31  # Rules to gen a SliTaz package suitable for Tazpkg.