curl: bump version

remove nroff dependency
This commit is contained in:
Jerome Duval
2024-06-13 17:18:51 +02:00
parent a677529414
commit 0a2e4dda19

View File

@@ -11,7 +11,7 @@ COPYRIGHT="1996-2023 Daniel Stenberg"
LICENSE="Curl"
REVISION="1"
SOURCE_URI="https://github.com/curl/curl/releases/download/curl-${portVersion//\./_}/curl-$portVersion.tar.bz2"
CHECKSUM_SHA256="05bbd2b698e9cfbab477c33aa5e99b4975501835a41b7ca6ca71de03d8849e76"
CHECKSUM_SHA256="40d3792d38cfa244d8f692974a567e9a5f3387c547579f1124e95ea2a1020d0d"
ADDITIONAL_FILES="curl.rdef"
ARCHITECTURES="all ?arm ?ppc"
@@ -64,7 +64,6 @@ BUILD_PREREQUIRES="
cmd:ld$secondaryArchSuffix
cmd:libtoolize$secondaryArchSuffix
cmd:make
cmd:nroff
cmd:pkg_config$secondaryArchSuffix
cmd:sed
"
@@ -127,10 +126,8 @@ INSTALL()
$binDir/curl-config
if [ -n "$secondaryArchSuffix" ]; then
maybe_manDir_man1_curl_config=
maybe_manDir_man3=
else
maybe_manDir_man1_curl_config=$manDir/man1/curl-config.1
maybe_manDir_man3=$manDir/man3
fi
@@ -139,7 +136,6 @@ INSTALL()
$binDir/curl-config \
$dataDir/aclocal \
$developDir \
$maybe_manDir_man1_curl_config \
$maybe_manDir_man3
# Remove stuff we don't need in the secondary architecture base package.