wok rev 18456

Up pam_mount (2.15)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Sep 28 12:18:21 2015 +0200 (2015-09-28)
parents 75937d22148a
children fcf9e6ce8914
files pam_mount/receipt util-linux-blkid-dev/receipt util-linux-mount-dev/receipt
line diff
     1.1 --- a/pam_mount/receipt	Mon Sep 28 12:02:13 2015 +0200
     1.2 +++ b/pam_mount/receipt	Mon Sep 28 12:18:21 2015 +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
     2.1 --- a/util-linux-blkid-dev/receipt	Mon Sep 28 12:02:13 2015 +0200
     2.2 +++ b/util-linux-blkid-dev/receipt	Mon Sep 28 12:18:21 2015 +0200
     2.3 @@ -10,7 +10,7 @@
     2.4  WEB_SITE="http://kernel.org/~kzak/util-linux/"
     2.5  HOST_ARCH="i486 arm"
     2.6  
     2.7 -DEPENDS="pkg-config"
     2.8 +DEPENDS="pkg-config util-linux-uuid-dev util-linux-blkid"
     2.9  
    2.10  # Rules to gen a SliTaz package suitable for Tazpkg.
    2.11  genpkg_rules()
     3.1 --- a/util-linux-mount-dev/receipt	Mon Sep 28 12:02:13 2015 +0200
     3.2 +++ b/util-linux-mount-dev/receipt	Mon Sep 28 12:18:21 2015 +0200
     3.3 @@ -9,7 +9,7 @@
     3.4  WANTED="util-linux"
     3.5  WEB_SITE="http://kernel.org/~kzak/util-linux/"
     3.6  
     3.7 -DEPENDS="util-linux-mount pkg-config"
     3.8 +DEPENDS="util-linux-blkid-dev util-linux-mount pkg-config"
     3.9  
    3.10  # Rules to gen a SliTaz package suitable for Tazpkg.
    3.11  genpkg_rules()