mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
retroshare, revbump for libupnp (#8344)
This commit is contained in:
@@ -81,7 +81,7 @@ COPYRIGHT="2006-2021 RetroShare Team
|
||||
2017 Konrad Dębiec"
|
||||
LICENSE="GNU GPL v2
|
||||
GNU LGPL v2.1"
|
||||
REVISION="3"
|
||||
REVISION="4"
|
||||
SOURCE_URI="https://github.com/RetroShare/RetroShare/archive/v$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="c545b9249ac7dbfef72a2d636bc0f8b729c7ce05f21a54dd9284b2a387592d4a"
|
||||
SOURCE_DIR="RetroShare-$portVersion"
|
||||
@@ -175,7 +175,7 @@ BUILD_PREREQUIRES="
|
||||
cmd:cmake
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:ld$secondaryArchSuffix
|
||||
cmd:make
|
||||
cmd:make
|
||||
cmd:pkg_config$secondaryArchSuffix
|
||||
cmd:qmake$secondaryArchSuffix
|
||||
cmd:unzip
|
||||
@@ -196,7 +196,7 @@ BUILD()
|
||||
echo "Building pegmarkdown..."
|
||||
cd supportlibs/pegmarkdown && qmake && make clean && make $jobArgs && cd ../..
|
||||
|
||||
echo "Building RetroShare..."
|
||||
echo "Building RetroShare..."
|
||||
qmake -r \
|
||||
PREFIX=$appsDir/RetroShare \
|
||||
RS_BIN_DIR=$appsDir/RetroShare \
|
||||
@@ -214,7 +214,7 @@ BUILD()
|
||||
INSTALL()
|
||||
{
|
||||
make install
|
||||
|
||||
|
||||
rm -rf $appsDir/RetroShare/share
|
||||
strip $appsDir/RetroShare/{retroshare,retroshare-service}
|
||||
mv $appsDir/RetroShare/retroshare $appsDir/RetroShare/RetroShare
|
||||
|
||||
Reference in New Issue
Block a user