i2pd: update to 2.11.0

This commit is contained in:
Obosob 2017-01-04 07:27:29 +00:00
parent 078679c0d0
commit 05884a6258
1 changed files with 7 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'i2pd'
pkgname=i2pd
version=2.10.2
version=2.11.0
revision=1
short_desc="I2P Daemon - a full-featured C++ implementation of I2P client"
homepage="http://i2pd.website/"
@ -10,12 +10,16 @@ make_build_args="USE_UPNP=yes"
maintainer="Obosob <obosob@riseup.net>"
makedepends="zlib-devel boost-devel libressl-devel miniupnpc-devel"
distfiles="https://github.com/PurpleI2P/i2pd/archive/${version}.tar.gz"
checksum=9d1f8dd33f537ad629fc69f0ccfa4cde22ca5023981a9c5b6acd5d551b9c7b8b
checksum=4d7946e33a6a1dd4439590ea23b494f36e6fbcb81f7b36857bf264413a19e9db
pre_build() {
if [[ "$XBPS_TARGET_MACHINE" =~ aarch64(-musl)? ]]; then
make_build_args="$make_build_args USE_AESNI=no"
make_build_args="$make_build_args USE_AESNI=no USE_AVX=no"
fi
if [[ "$XBPS_TARGET_MACHINE" =~ armv7hf(-musl)? ]]; then
make_build_args="$make_build_args USE_AVX=no"
fi
}
do_install() {