i2pd: bump version, build with miniupnpc (#10325)

This commit is contained in:
hfsfox
2024-04-12 06:18:16 +03:00
committed by GitHub
parent 87603aac9b
commit 48b73fb1c0

View File

@@ -19,7 +19,7 @@ COPYRIGHT="i2pd developers"
LICENSE="BSD (3-clause)"
REVISION="1"
SOURCE_URI="https://github.com/PurpleI2P/i2pd/archive/refs/tags/$portVersion.tar.gz"
CHECKSUM_SHA256="ae2ec4732c38fda71b4b48ce83624dd8b2e05083f2c94a03d20cafb616f63ca5"
CHECKSUM_SHA256="d7e4fe2c5c3c00a9115f061b797be3d2fc81bb25beddb20a636ae2b0c912ce31"
ARCHITECTURES="all !x86_gcc2"
SECONDARY_ARCHITECTURES="x86"
@@ -40,6 +40,7 @@ REQUIRES="
lib:libboost_program_options$secondaryArchSuffix >= $boostMinumumVersion
lib:libboost_system$secondaryArchSuffix >= $boostMinumumVersion
lib:libcrypto$secondaryArchSuffix
lib:libminiupnpc$secondaryArchSuffix
lib:libssl$secondaryArchSuffix
lib:libz$secondaryArchSuffix
"
@@ -52,6 +53,7 @@ BUILD_REQUIRES="
devel:libboost_program_options$secondaryArchSuffix >= $boostMinumumVersion
devel:libboost_system$secondaryArchSuffix >= $boostMinumumVersion
devel:libcrypto$secondaryArchSuffix
devel:libminiupnpc$secondaryArchSuffix
devel:libssl$secondaryArchSuffix
devel:libz$secondaryArchSuffix
"
@@ -65,7 +67,7 @@ BUILD_PREREQUIRES="
BUILD()
{
make $jobArgs
USE_UPNP=yes make $jobArgs
}
INSTALL()