wok-next diff pam_mount/receipt @ rev 20645

Up libjpeg-turbo (1.5.3), libpng16 (1.6.34), libraw (0.18.7), shared-mime-info (1.9), tree (1.7.0), xapian (1.4.5); add time.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue May 01 23:19:32 2018 +0300 (2018-05-01)
parents e6615350078d
children eea9609125ad
line diff
     1.1 --- a/pam_mount/receipt	Wed Feb 28 16:28:07 2018 +0200
     1.2 +++ b/pam_mount/receipt	Tue May 01 23:19:32 2018 +0300
     1.3 @@ -1,36 +1,26 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="pam_mount"
     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 +SHORT_DESC="PAM Module that can mount volumes for a user session"
    1.12  MAINTAINER="pascal.bellard@slitaz.org"
    1.13  LICENSE="GPL2 LGPL"
    1.14 +WEB_SITE="http://pam-mount.sourceforge.net/"
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.17 -WEB_SITE="http://pam-mount.sourceforge.net/"
    1.18  WGET_URL="$SF_MIRROR/pam-mount/$TARBALL"
    1.19  
    1.20  BUILD_DEPENDS="pam-dev libhx libhx-dev openssl-dev libxml2-dev \
    1.21  util-linux-mount-dev util-linux-blkid-dev util-linux-uuid-dev pcre-dev perl"
    1.22 -DEPENDS="pam openssl libxml2 libhx zlib"
    1.23  
    1.24 -# Rules to configure and make the package.
    1.25 -compile_rules()
    1.26 -{
    1.27 -	./configure --prefix=/usr \
    1.28 -		--sysconfdir=/etc --localstatedir=/var \
    1.29 -		--mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.30 +compile_rules() {
    1.31 +	./configure $CONFIGURE_ARGS &&
    1.32  	make &&
    1.33  	make DESTDIR=$DESTDIR install
    1.34  }
    1.35  
    1.36 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.37 -genpkg_rules()
    1.38 -{
    1.39 -	mkdir -p $fs/usr
    1.40 -	cp -a $install/usr/sbin $fs/usr
    1.41 -	cp -a $install/sbin $fs
    1.42 -	cp -a $install/etc $fs
    1.43 -	cp -a $install/lib $fs
    1.44 -	cp -a $install/var $fs
    1.45 +genpkg_rules() {
    1.46 +	copy @std
    1.47 +	DEPENDS="pam openssl libxml2 libhx zlib"
    1.48  }