wok-next diff libsasl-without-ldap/receipt @ rev 20121

Up libsasl-without-ldap, cyrus-sasl-pam: (2.1.26)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Oct 31 09:01:11 2017 +0100 (2017-10-31)
parents de49f29b101e
children 1760c61b5ab6
line diff
     1.1 --- a/libsasl-without-ldap/receipt	Thu Dec 05 15:25:09 2013 +0000
     1.2 +++ b/libsasl-without-ldap/receipt	Tue Oct 31 09:01:11 2017 +0100
     1.3 @@ -1,29 +1,38 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libsasl-without-ldap"
     1.7 -VERSION="2.1.23"
     1.8 +VERSION="2.1.26"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="Cyrus Simple Authentication Service Layer (SASL) library."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  LICENSE="BSD"
    1.13 +WEB_SITE="http://cyrusimap.web.cmu.edu/"
    1.14 +
    1.15  SOURCE="cyrus-sasl"
    1.16  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.17 -WEB_SITE="http://cyrusimap.web.cmu.edu/"
    1.18 -WGET_URL="ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/$TARBALL"
    1.19 +WGET_URL="ftp://ftp.cyrusimap.org/cyrus-sasl/$TARBALL"
    1.20  
    1.21  DEPENDS="db openssl"
    1.22 -BUILD_DEPENDS="db-dev openssl-dev"
    1.23 +BUILD_DEPENDS="automake libtool db-dev openssl-dev"
    1.24  
    1.25  # Rules to configure and make the package.
    1.26  compile_rules()
    1.27  {
    1.28 -	cd $src
    1.29 -	patch -Np1 -i $stuff/0027_db5_support.patch
    1.30 -	./configure --prefix=/usr --infodir=/usr/share/info \
    1.31 -		--without-pam --disable-anon \
    1.32 -		--disable-cram --disable-digest \
    1.33 -		--disable-gssapi --enable-login \
    1.34 -		--disable-otp --enable-plain \
    1.35 +	autoreconf -fi &&
    1.36 +
    1.37 +	./configure \
    1.38 +		--prefix=/usr \
    1.39 +		--infodir=/usr/share/info \
    1.40 +		--without-pam \
    1.41 +		--disable-anon \
    1.42 +		--disable-cram \
    1.43 +		--disable-digest \
    1.44 +		--disable-gssapi \
    1.45 +		--enable-login \
    1.46 +		--disable-otp \
    1.47 +		--enable-plain \
    1.48 +		--with-openssl \
    1.49 +		--with-devrandom=/dev/urandom \
    1.50  		--mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.51  	make -j1 &&
    1.52  	make -j1 DESTDIR=$DESTDIR install