wok 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 3762abf94ce8
children 9d5163f5da3f
files libetpan-dev/receipt libetpan/receipt
line diff
     1.1 --- a/libetpan-dev/receipt	Mon Feb 24 13:45:59 2020 +0100
     1.2 +++ b/libetpan-dev/receipt	Mon Feb 24 14:00:31 2020 +0100
     1.3 @@ -3,18 +3,19 @@
     1.4  PACKAGE="libetpan-dev"
     1.5  VERSION="1.8"
     1.6  CATEGORY="development"
     1.7 -SHORT_DESC="Mail library dev files."
     1.8 +SHORT_DESC="Mail library - development files."
     1.9  MAINTAINER="erjo@slitaz.org"
    1.10  LICENSE="BSD"
    1.11 -WANTED="libetpan"
    1.12  WEB_SITE="https://www.etpan.org/libetpan.html"
    1.13  
    1.14  DEPENDS="libetpan"
    1.15 +WANTED="libetpan"
    1.16  
    1.17  genpkg_rules()
    1.18  {
    1.19  	mkdir -p $fs/usr/lib
    1.20 -	cp -a $install/usr/bin $fs/usr
    1.21 -	cp -a $install/usr/include $fs/usr
    1.22 -	cp -a $install/usr/lib/*.*a $fs/usr/lib
    1.23 +
    1.24 +	cp -a $install/usr/bin		$fs/usr
    1.25 +	cp -a $install/usr/include	$fs/usr
    1.26 +	cp -a $install/usr/lib/*.*a	$fs/usr/lib
    1.27  }
     2.1 --- a/libetpan/receipt	Mon Feb 24 13:45:59 2020 +0100
     2.2 +++ b/libetpan/receipt	Mon Feb 24 14:00:31 2020 +0100
     2.3 @@ -3,21 +3,24 @@
     2.4  PACKAGE="libetpan"
     2.5  VERSION="1.8"
     2.6  CATEGORY="misc"
     2.7 -SHORT_DESC="Mail library"
     2.8 +SHORT_DESC="Mail library."
     2.9  MAINTAINER="erjo@slitaz.org"
    2.10  LICENSE="BSD"
    2.11 +WEB_SITE="https://www.etpan.org/libetpan.html"
    2.12 +
    2.13  TARBALL="$VERSION.tar.gz"
    2.14 -WEB_SITE="https://www.etpan.org/libetpan.html"
    2.15  WGET_URL="https://github.com/dinhviethoa/libetpan/archive/$TARBALL"
    2.16  
    2.17 -DEPENDS="libsasl expat libcurl libdb openssl gnutls libgnutls zlib gcc-lib-base"
    2.18 -BUILD_DEPENDS="autoconf automake libtool expat-dev gnutls-dev libgnutls" 
    2.19 +DEPENDS="expat gcc-lib-base gnutls libcurl libdb libsasl libgnutls 
    2.20 +	openssl zlib"
    2.21 +BUILD_DEPENDS="autoconf automake expat-dev gnutls-dev libgnutls libtool" 
    2.22  
    2.23  # Rules to configure and make the package.
    2.24  compile_rules()
    2.25  {
    2.26 -	./autogen.sh \
    2.27 -	--with-openssl=no --with-gnutls=yes \
    2.28 +	./autogen.sh			\
    2.29 +		--with-openssl=no	\
    2.30 +		--with-gnutls=yes	\
    2.31  	$CONFIGURE_ARGS &&
    2.32  	make &&
    2.33  	make DESTDIR=$DESTDIR install
    2.34 @@ -27,7 +30,5 @@
    2.35  genpkg_rules()
    2.36  {
    2.37  	mkdir -p $fs/usr/lib
    2.38 -	cp -a $install/usr/lib/*.so* $fs/usr/lib
    2.39 -	
    2.40 +	cp -a $install/usr/lib/*.so*	$fs/usr/lib
    2.41  }
    2.42 -