poco: enable PocoNetSSL and PocoCrypto and use system libs.

closes #10787
This commit is contained in:
maxice8 2019-04-10 15:53:14 -03:00
parent 031d9d875f
commit 3e010067a2
No known key found for this signature in database
GPG key ID: 543B9D4F4299F06B

View file

@ -1,9 +1,11 @@
# Template file for 'poco'
pkgname=poco
version=1.9.0
revision=1
revision=2
wrksrc="${pkgname}-${version}-all"
build_style=cmake
configure_args="-DPOCO_UNBUNDLED=ON"
makedepends="libressl-devel zlib-devel pcre-devel expat-devel sqlite-devel"
short_desc="C++ class libraries for building network-based applications"
maintainer="Julien Dehos <dehos@univ-littoral.fr>"
license="BSL-1.0"