mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
wget2, bump version (#9552)
This commit is contained in:
@@ -7,9 +7,9 @@ COPYRIGHT="2012-2015 Tim Ruehsen
|
||||
2015-2022 Free Software Foundation, Inc."
|
||||
LICENSE="GNU GPL v3
|
||||
GNU LGPL v3"
|
||||
REVISION="2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://ftpmirror.gnu.org/wget/wget2-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="0bb7fa03697bb5b8d05e1b5e15b863440826eb845874c4ffb5e32330f9845db1"
|
||||
CHECKSUM_SHA256="a05dc5191c6bad9313fd6db2777a78f5527ba4774f665d5d69f5a7461b49e2e7"
|
||||
|
||||
ARCHITECTURES="all !x86_gcc2"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
@@ -21,7 +21,7 @@ if [ "$targetArchitecture" = x86_gcc2 ]; then
|
||||
commandBinDir=$prefix/bin
|
||||
fi
|
||||
|
||||
libVersion="1.0.0"
|
||||
libVersion="2.0.0"
|
||||
libVersionCompat="$libVersion compat >= ${libVersion%%.*}"
|
||||
|
||||
GLOBAL_WRITABLE_FILES="
|
||||
@@ -46,6 +46,7 @@ REQUIRES="
|
||||
lib:libiconv$secondaryArchSuffix
|
||||
lib:libidn2$secondaryArchSuffix
|
||||
lib:libintl$secondaryArchSuffix
|
||||
# lib:liblz$secondaryArchSuffix
|
||||
lib:liblzma$secondaryArchSuffix
|
||||
lib:libmicrohttpd$secondaryArchSuffix
|
||||
lib:libnghttp2$secondaryArchSuffix
|
||||
@@ -64,6 +65,15 @@ REQUIRES_devel="
|
||||
wget2$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
ARCHITECTURES_doc="any"
|
||||
SUMMARY_doc="Documentaton for the wget2 package"
|
||||
PROVIDES_doc="
|
||||
wget2$_doc = $portVersion
|
||||
"
|
||||
REQUIRES_doc="
|
||||
wget2${secondaryArchSuffix}_devel
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libbrotlidec$secondaryArchSuffix
|
||||
@@ -74,6 +84,7 @@ BUILD_REQUIRES="
|
||||
devel:libiconv$secondaryArchSuffix
|
||||
devel:libidn2$secondaryArchSuffix
|
||||
devel:libintl$secondaryArchSuffix
|
||||
# devel:liblz$secondaryArchSuffix
|
||||
devel:liblzma$secondaryArchSuffix
|
||||
devel:libmicrohttpd$secondaryArchSuffix
|
||||
devel:libnghttp2$secondaryArchSuffix
|
||||
@@ -86,15 +97,14 @@ BUILD_REQUIRES="
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:aclocal
|
||||
cmd:autoconf
|
||||
cmd:dot
|
||||
cmd:doxygen
|
||||
cmd:find
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
# cmd:gettext
|
||||
cmd:libtoolize$secondaryArchSuffix
|
||||
cmd:make
|
||||
cmd:makeinfo
|
||||
cmd:pkg_config$secondaryArchSuffix
|
||||
# cmd:pod2man
|
||||
"
|
||||
|
||||
defineDebugInfoPackage wget2$secondaryArchSuffix \
|
||||
@@ -132,9 +142,16 @@ INSTALL()
|
||||
mkdir -p "$manDir"
|
||||
cp -r docs/man/* "$manDir"
|
||||
|
||||
#install documentation
|
||||
mkdir -p $developDocDir
|
||||
cp -r docs/html $developDocDir
|
||||
|
||||
prepareInstalledDevelLib libwget
|
||||
fixPkgconfig
|
||||
|
||||
packageEntries doc \
|
||||
$developDocDir
|
||||
|
||||
packageEntries devel \
|
||||
"$developDir" \
|
||||
"$manDir"/man3
|
||||
Reference in New Issue
Block a user