wok-current diff pam_mount/receipt @ rev 19138
Add x265
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed May 18 16:28:27 2016 +0200 (2016-05-18) |
parents | 10e6c72b2c15 |
children | 080c1dff8494 |
line diff
1.1 --- a/pam_mount/receipt Sun Aug 11 18:44:25 2013 +0000 1.2 +++ b/pam_mount/receipt Wed May 18 16:28:27 2016 +0200 1.3 @@ -1,25 +1,25 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="pam_mount" 1.7 -VERSION="1.20" 1.8 +VERSION="2.15" 1.9 CATEGORY="system-tools" 1.10 SHORT_DESC="PAM Module that can mount volumes for a user session." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 LICENSE="GPL2 LGPL" 1.13 -TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.14 +TARBALL="$PACKAGE-$VERSION.tar.xz" 1.15 WEB_SITE="http://pam-mount.sourceforge.net/" 1.16 WGET_URL="$SF_MIRROR/pam-mount/$TARBALL" 1.17 1.18 -BUILD_DEPENDS="pam-dev libhx libhx-dev libcrypto-dev openssl-dev libxml2-dev" 1.19 +BUILD_DEPENDS="pam-dev libhx libhx-dev libcrypto-dev openssl-dev libxml2-dev \ 1.20 +util-linux-mount-dev util-linux-blkid-dev util-linux-uuid-dev" 1.21 DEPENDS="pam libcrypto libxml2 libhx zlib" 1.22 1.23 # Rules to configure and make the package. 1.24 compile_rules() 1.25 { 1.26 - cd $src 1.27 - ./configure --prefix=/usr --infodir=/usr/share/info \ 1.28 - --sysconfdir=/etc --localstatedir=/var \ 1.29 - --mandir=/usr/share/man $CONFIGURE_ARGS && 1.30 + ./configure --prefix=/usr \ 1.31 + --sysconfdir=/etc --localstatedir=/var \ 1.32 + --mandir=/usr/share/man $CONFIGURE_ARGS && 1.33 make && 1.34 make DESTDIR=$DESTDIR install 1.35 } 1.36 @@ -29,7 +29,6 @@ 1.37 { 1.38 mkdir -p $fs/usr 1.39 cp -a $install/usr/sbin $fs/usr 1.40 - cp -a $install/usr/bin $fs/usr 1.41 cp -a $install/sbin $fs 1.42 cp -a $install/etc $fs 1.43 cp -a $install/lib $fs