libetpan: enable db/curl support; add missing -devel subpkg symlink.
This commit is contained in:
parent
03f363a4b8
commit
e85e124367
|
@ -0,0 +1 @@
|
|||
libetpan
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue