libetpan: enable db/curl support; add missing -devel subpkg symlink.

This commit is contained in:
Juan RP 2015-03-29 11:44:51 +02:00
parent 03f363a4b8
commit e85e124367
2 changed files with 6 additions and 3 deletions

1
srcpkgs/libetpan-devel Symbolic link
View file

@ -0,0 +1 @@
libetpan

View file

@ -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 <jot.skrzyp@gmail.com>"
license="BSD"