libtorrent: switch to libressl.

This commit is contained in:
Juan RP 2014-07-15 18:35:03 +02:00
parent 9e94f12046
commit f75305b0f3

View file

@ -1,12 +1,12 @@
# Template build file for 'libtorrent'
pkgname=libtorrent
version=0.13.4
revision=1
revision=2
build_style=gnu-configure
configure_args="--enable-static --disable-debug --without-kqueue
--enable-aligned --with-posix-fallocate"
hostmakedepends="automake libtool pkg-config"
makedepends="openssl-devel libsigc++-devel"
makedepends="zlib-devel libressl-devel"
short_desc="BitTorrent library written in C++"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://libtorrent.rakshasa.no"