mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
curl: bump version
remove nroff dependency
This commit is contained in:
@@ -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.
|
||||
Reference in New Issue
Block a user