shadowsocks-libev: build with mbedtls2

This commit is contained in:
classabbyamp 2024-08-12 14:43:35 -04:00 committed by classabbyamp
parent 8a558807b5
commit d280aa5122
1 changed files with 2 additions and 2 deletions

View File

@ -1,11 +1,11 @@
# Template file for 'shadowsocks-libev'
pkgname=shadowsocks-libev
version=3.3.4
revision=5
revision=6
build_style=gnu-configure
configure_args="--with-pcre=${XBPS_CROSS_BASE}/usr"
hostmakedepends="pkg-config asciidoc xmlto"
makedepends="pcre-devel mbedtls-devel libsodium-devel c-ares-devel libev-devel"
makedepends="pcre-devel mbedtls2-devel libsodium-devel c-ares-devel libev-devel"
short_desc="Lightweight secured socks5 proxy for embedded devices and low end boxes"
maintainer="whoami <whoami@systemli.org>"
license="GPL-3.0-or-later"