wok rev 23272

updated pam_krb5 (4.6 -> 4,8)
author Hans-G?nter Theisgen
date Sat Mar 28 14:37:42 2020 +0100 (2020-03-28)
parents 5b8b2ad6bf5e
children c38c6329f832
files pam_krb5/receipt
line diff
     1.1 --- a/pam_krb5/receipt	Sat Mar 28 14:01:47 2020 +0100
     1.2 +++ b/pam_krb5/receipt	Sat Mar 28 14:37:42 2020 +0100
     1.3 @@ -1,25 +1,29 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="pam_krb5"
     1.7 -VERSION="4.6"
     1.8 +VERSION="4.8"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="Kerberos v5 PAM module."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  LICENSE="GPL"
    1.13 +WEB_SITE="https://www.eyrie.org/~eagle/software/pam-krb5/"
    1.14 +
    1.15  SOURCE="pam-krb5"
    1.16  TARBALL="$SOURCE-$VERSION.tar.xz"
    1.17 -WEB_SITE="https://www.eyrie.org/~eagle/software/pam-krb5/"
    1.18  WGET_URL="http://archives.eyrie.org/software/kerberos/$TARBALL"
    1.19  
    1.20 -BUILD_DEPENDS="pam-dev krb5-dev"
    1.21 -DEPENDS="pam libkrb5 libcomerr libcomerr3"
    1.22 +DEPENDS="libcomerr libcomerr3 libkrb5 pam"
    1.23 +BUILD_DEPENDS="krb5-dev pam-dev"
    1.24  
    1.25  # Rules to configure and make the package.
    1.26  compile_rules()
    1.27  {
    1.28 -	cd $src
    1.29 -	./configure --prefix=/usr --infodir=/usr/share/info \
    1.30 -	--sysconfdir=/etc --mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.31 +	./configure				\
    1.32 +		--prefix=/usr			\
    1.33 +		--infodir=/usr/share/info	\
    1.34 +		--sysconfdir=/etc		\
    1.35 +		--mandir=/usr/share/man		\
    1.36 +		$CONFIGURE_ARGS &&
    1.37  	make &&
    1.38  	make DESTDIR=$DESTDIR install
    1.39  }
    1.40 @@ -27,5 +31,5 @@
    1.41  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.42  genpkg_rules()
    1.43  {
    1.44 -	cp -a $install/lib $fs
    1.45 +	cp -a $install/lib	$fs
    1.46  }