wok diff pam_mount/receipt @ rev 12264

Up: mpfr (3.1.0)
author Christophe Lincoln <pankso@slitaz.org>
date Thu Apr 12 13:04:07 2012 +0200 (2012-04-12)
parents 50df99a5f244
children 30b71c3827a2
line diff
     1.1 --- a/pam_mount/receipt	Wed May 25 21:32:08 2011 +0200
     1.2 +++ b/pam_mount/receipt	Thu Apr 12 13:04:07 2012 +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.