Merge pull request #5457 from obosob/master

i2pd: update to 2.11.0
This commit is contained in:
Enno Boland 2017-01-10 17:41:44 +01:00 committed by GitHub
commit c1fb44b4b9

View file

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