mirror of
https://github.com/yann64/haikuports.git
synced 2026-03-19 01:46:00 +01:00
@@ -4,7 +4,7 @@ API as the official GOGDownloader"
|
||||
HOMEPAGE="https://sites.google.com/site/gogdownloader/"
|
||||
COPYRIGHT="2004 Sam Hocevar"
|
||||
LICENSE="WTFPL"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://github.com/Sude-/lgogdownloader/releases/download/v$portVersion/lgogdownloader-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="24b005bf3caf00ebc8c603251f5689d66098f66dd37bdf399836289064cb0c9f"
|
||||
|
||||
@@ -47,12 +47,12 @@ REQUIRES="
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libboost_date_time$secondaryArchSuffix >= 1.83.0
|
||||
devel:libboost_system$secondaryArchSuffix >= 1.83.0
|
||||
devel:libboost_iostreams$secondaryArchSuffix >= 1.83.0
|
||||
devel:libboost_program_options$secondaryArchSuffix >= 1.83.0
|
||||
devel:libboost_regex$secondaryArchSuffix >= 1.83.0
|
||||
devel:libboost_system$secondaryArchSuffix >= 1.83.0
|
||||
devel:libboost_date_time$secondaryArchSuffix >= 1.85.0
|
||||
devel:libboost_system$secondaryArchSuffix >= 1.85.0
|
||||
devel:libboost_iostreams$secondaryArchSuffix >= 1.85.0
|
||||
devel:libboost_program_options$secondaryArchSuffix >= 1.85.0
|
||||
devel:libboost_regex$secondaryArchSuffix >= 1.85.0
|
||||
devel:libboost_system$secondaryArchSuffix >= 1.85.0
|
||||
devel:libcurl$secondaryArchSuffix
|
||||
devel:libiconv$secondaryArchSuffix
|
||||
devel:libjsoncpp$secondaryArchSuffix
|
||||
@@ -77,6 +77,7 @@ BUILD()
|
||||
cmake -Bbuild -S. -DCMAKE_BUILD_TYPE=Release \
|
||||
$cmakeDirArgs # \
|
||||
# -DUSE_QT_GUI=ON
|
||||
|
||||
make -C build $jobArgs
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user