From e85e1243673aa0476d097ae0350f74823695ab99 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 29 Mar 2015 11:44:51 +0200 Subject: [PATCH] libetpan: enable db/curl support; add missing -devel subpkg symlink. --- srcpkgs/libetpan-devel | 1 + srcpkgs/libetpan/template | 8 +++++--- 2 files changed, 6 insertions(+), 3 deletions(-) create mode 120000 srcpkgs/libetpan-devel diff --git a/srcpkgs/libetpan-devel b/srcpkgs/libetpan-devel new file mode 120000 index 0000000000..5b6de94896 --- /dev/null +++ b/srcpkgs/libetpan-devel @@ -0,0 +1 @@ +libetpan \ No newline at end of file diff --git a/srcpkgs/libetpan/template b/srcpkgs/libetpan/template index e85d0f7926..44aa578e10 100644 --- a/srcpkgs/libetpan/template +++ b/srcpkgs/libetpan/template @@ -1,11 +1,13 @@ # Template file for 'libetpan' pkgname=libetpan version=1.6 -revision=2 +revision=3 build_style=gnu-configure -configure_args="--enable-ipv6 --with-expat --with-openssl --with-curl --with-zlib --with-sasl" +configure_args="--enable-ipv6 --with-curl --with-expat --with-openssl + --with-curl --with-zlib --with-sasl" hostmakedepends="libtool automake" -makedepends="expat-devel libressl-devel zlib-devel libsasl-devel libcurl-devel" +makedepends="db-devel expat-devel libressl-devel zlib-devel + libsasl-devel libcurl-devel" short_desc="Mail Framework library for C language" maintainer="Jakub Skrzypnik " license="BSD"