wok diff libetpan/receipt @ rev 22917

recompiled libetpan and libetpan-dev
author Hans-G?nter Theisgen
date Mon Feb 24 14:00:31 2020 +0100 (2020-02-24)
parents 3132d67b7e38
children 392544512bc6
line diff
     1.1 --- a/libetpan/receipt	Thu Dec 13 11:00:12 2018 +0100
     1.2 +++ b/libetpan/receipt	Mon Feb 24 14:00:31 2020 +0100
     1.3 @@ -3,21 +3,24 @@
     1.4  PACKAGE="libetpan"
     1.5  VERSION="1.8"
     1.6  CATEGORY="misc"
     1.7 -SHORT_DESC="Mail library"
     1.8 +SHORT_DESC="Mail library."
     1.9  MAINTAINER="erjo@slitaz.org"
    1.10  LICENSE="BSD"
    1.11 +WEB_SITE="https://www.etpan.org/libetpan.html"
    1.12 +
    1.13  TARBALL="$VERSION.tar.gz"
    1.14 -WEB_SITE="https://www.etpan.org/libetpan.html"
    1.15  WGET_URL="https://github.com/dinhviethoa/libetpan/archive/$TARBALL"
    1.16  
    1.17 -DEPENDS="libsasl expat libcurl libdb openssl gnutls libgnutls zlib gcc-lib-base"
    1.18 -BUILD_DEPENDS="autoconf automake libtool expat-dev gnutls-dev libgnutls" 
    1.19 +DEPENDS="expat gcc-lib-base gnutls libcurl libdb libsasl libgnutls 
    1.20 +	openssl zlib"
    1.21 +BUILD_DEPENDS="autoconf automake expat-dev gnutls-dev libgnutls libtool" 
    1.22  
    1.23  # Rules to configure and make the package.
    1.24  compile_rules()
    1.25  {
    1.26 -	./autogen.sh \
    1.27 -	--with-openssl=no --with-gnutls=yes \
    1.28 +	./autogen.sh			\
    1.29 +		--with-openssl=no	\
    1.30 +		--with-gnutls=yes	\
    1.31  	$CONFIGURE_ARGS &&
    1.32  	make &&
    1.33  	make DESTDIR=$DESTDIR install
    1.34 @@ -27,7 +30,5 @@
    1.35  genpkg_rules()
    1.36  {
    1.37  	mkdir -p $fs/usr/lib
    1.38 -	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.39 -	
    1.40 +	cp -a $install/usr/lib/*.so*	$fs/usr/lib
    1.41  }
    1.42 -