wok-next diff autofs/receipt @ rev 21543

updated ccid (1.4.30 -> 1.4.32)
author Hans-G?nter Theisgen
date Sun Jun 21 17:20:25 2020 +0100 (2020-06-21)
parents 0ed3f456a542
children
line diff
     1.1 --- a/autofs/receipt	Fri Jan 11 14:45:46 2019 +0200
     1.2 +++ b/autofs/receipt	Sun Jun 21 17:20:25 2020 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="autofs"
     1.7 -VERSION="5.1.5"
     1.8 +VERSION="5.1.6"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="Linux automounter"
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -12,16 +12,17 @@
    1.13  TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.14  WGET_URL="$WEB_SITE/$TARBALL"
    1.15  
    1.16 -BUILD_DEPENDS="flex libxml2-dev openldap-dev cyrus-sasl-dev openssl-dev \
    1.17 -krb5-dev rpcsvc-proto libtirpc-dev coreutils-operations"
    1.18 -DEPENDS="libkrb5 libldap libsasl libtirpc libxml2   linux-autofs"
    1.19 +BUILD_DEPENDS="coreutils-operations cyrus-sasl-dev flex krb5-dev libtirpc-dev 
    1.20 +	libxml2-dev openldap-dev openssl-dev rpcsvc-proto"
    1.21 +DEPENDS="libkrb5 libldap libsasl libtirpc libxml2 linux-autofs"
    1.22  
    1.23  TAZPANEL_DAEMON="man|help::automount|edit::/etc/auto.misc|options::AUTOMOUNT_OPTIONS|web::$WEB_SITE"
    1.24  TAGS="filesystem"
    1.25  
    1.26 -compile_rules() {
    1.27 -	./configure \
    1.28 -		--with-libtirpc \
    1.29 +compile_rules()
    1.30 +{
    1.31 +	./configure		\
    1.32 +		--with-libtirpc	\
    1.33  		$CONFIGURE_ARGS &&
    1.34  	make autofsconfdir=/etc &&
    1.35  	make autofsconfdir=/etc DESTDIR=$install install || return 1
    1.36 @@ -33,6 +34,7 @@
    1.37  	rm $install/usr/lib/autofs/lookup_nis.so # broken link
    1.38  }
    1.39  
    1.40 -post_install() {
    1.41 +post_install()
    1.42 +{
    1.43  	mkdir -p "$1/mnt/auto" 2>/dev/null
    1.44  }