wok-next diff krb5/receipt @ rev 19678

Update some build dependencies
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Mar 25 17:39:12 2017 +0200 (2017-03-25)
parents 77be6b57303b
children a45816a758ed
line diff
     1.1 --- a/krb5/receipt	Thu Mar 10 02:23:56 2016 +0200
     1.2 +++ b/krb5/receipt	Sat Mar 25 17:39:12 2017 +0200
     1.3 @@ -1,12 +1,12 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="krb5"
     1.7 -VERSION="1.10.3"
     1.8 +VERSION="1.15.1"
     1.9  CATEGORY="security"
    1.10  SHORT_DESC="Network authentication protocol with strong authentication."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  LICENSE="MIT"
    1.13 -TARBALL="$PACKAGE-$VERSION-signed.tar"
    1.14 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.15  WEB_SITE="http://web.mit.edu/Kerberos/"
    1.16  WGET_URL="${WEB_SITE}dist/$PACKAGE/${VERSION:0:4}/$TARBALL"
    1.17  CONFIG_FILES="/etc/krb5"
    1.18 @@ -14,21 +14,21 @@
    1.19  CXXFLAGS="$CFLAGS"
    1.20  
    1.21  DEPENDS="libkrb5"
    1.22 -BUILD_DEPENDS="perl bison"
    1.23 +BUILD_DEPENDS="perl bison gettext openssl-dev"
    1.24  
    1.25  # Rules to configure and make the package.
    1.26  compile_rules()
    1.27  {
    1.28 -	srcdir=$PACKAGE-$VERSION
    1.29 -	[ -d $src/src ] || tar xzf $src/$srcdir.tar.gz 
    1.30 -	# This is for cookutils. If more than one file was extracted it create
    1.31 -	# $PACKAGE-$VERSION to move files in it. Krb5 is the only package like
    1.32 -	# that so we do the trick here.
    1.33 -	if [ -d "$srcdir" -a -x /usr/bin/cook ]; then
    1.34 -		mv $srcdir $CACHE && cd .. && rm -rf * && mv -f $CACHE/$srcdir .
    1.35 -	else
    1.36 -		mv $srcdir/* .
    1.37 -	fi
    1.38 +#	srcdir=$PACKAGE-$VERSION
    1.39 +#	[ -d $src/src ] || tar xzf $src/$srcdir.tar.gz 
    1.40 +#	# This is for cookutils. If more than one file was extracted it create
    1.41 +#	# $PACKAGE-$VERSION to move files in it. Krb5 is the only package like
    1.42 +#	# that so we do the trick here.
    1.43 +#	if [ -d "$srcdir" -a -x /usr/bin/cook ]; then
    1.44 +#		mv $srcdir $CACHE && cd .. && rm -rf * && mv -f $CACHE/$srcdir .
    1.45 +#	else
    1.46 +#		mv $srcdir/* .
    1.47 +#	fi
    1.48  	cd $src/src
    1.49  
    1.50  	# FS#25384