wok rev 10556

pam_mount: update bdeps (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed May 25 21:37:55 2011 +0200 (2011-05-25)
parents c4f3e6b9bb05
children 40bf95a01223
files pam_mount/receipt
line diff
     1.1 --- a/pam_mount/receipt	Wed May 25 21:36:35 2011 +0200
     1.2 +++ b/pam_mount/receipt	Wed May 25 21:37:55 2011 +0200
     1.3 @@ -8,7 +8,7 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.5  WEB_SITE="http://pam-mount.sourceforge.net/"
     1.6  WGET_URL="$SF_MIRROR/pam-mount/$TARBALL"
     1.7 -BUILD_DEPENDS="pam-dev libhx libhx-dev libcrypto-dev"
     1.8 +BUILD_DEPENDS="pam-dev libhx libhx-dev libcrypto-dev openssl-dev"
     1.9  DEPENDS="pam libcrypto libxml2 libhx zlib"
    1.10  
    1.11  # Rules to configure and make the package.
    1.12 @@ -19,7 +19,7 @@
    1.13  	--sysconfdir=/etc --localstatedir=/var \
    1.14  	--mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.15  	make &&
    1.16 -	make DESTDIR=$PWD/_pkg install
    1.17 +	make DESTDIR=$DESTDIR install
    1.18  }
    1.19  
    1.20  # Rules to gen a SliTaz package suitable for Tazpkg.