mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-24 17:18:51 +02:00
uriparser, bump version (#6446)
This commit is contained in:
@@ -8,14 +8,14 @@ COPYRIGHT="2007 Weijia Song
|
|||||||
LICENSE="BSD (3-clause)"
|
LICENSE="BSD (3-clause)"
|
||||||
REVISION="1"
|
REVISION="1"
|
||||||
SOURCE_URI="https://github.com/uriparser/uriparser/releases/download/uriparser-$portVersion/uriparser-$portVersion.tar.bz2"
|
SOURCE_URI="https://github.com/uriparser/uriparser/releases/download/uriparser-$portVersion/uriparser-$portVersion.tar.bz2"
|
||||||
CHECKSUM_SHA256="b7cdabe5611408fc2c3a10f8beecb881a0c7e93ff669c578cd9e3e6d64b8f87b"
|
CHECKSUM_SHA256="dd8061eba7f2e66c151722e6db0b27c972baa6215cf16f135dbe0f0a4bc6606c"
|
||||||
SOURCE_FILENAME="uriparser-$portVersion.tar.gz"
|
SOURCE_FILENAME="uriparser-$portVersion.tar.gz"
|
||||||
SOURCE_DIR="uriparser-$portVersion"
|
SOURCE_DIR="uriparser-$portVersion"
|
||||||
|
|
||||||
ARCHITECTURES="all !x86_gcc2"
|
ARCHITECTURES="all !x86_gcc2"
|
||||||
SECONDARY_ARCHITECTURES="x86"
|
SECONDARY_ARCHITECTURES="x86"
|
||||||
|
|
||||||
libVersion="1.0.27"
|
libVersion="1.0.28"
|
||||||
libVersionCompat="$libVersion compat >= ${libVersion%%.*}"
|
libVersionCompat="$libVersion compat >= ${libVersion%%.*}"
|
||||||
|
|
||||||
PROVIDES="
|
PROVIDES="
|
||||||
@@ -56,16 +56,15 @@ defineDebugInfoPackage uriparser$secondaryArchSuffix \
|
|||||||
|
|
||||||
BUILD()
|
BUILD()
|
||||||
{
|
{
|
||||||
mkdir -p build && cd build
|
cmake -B build -S . \
|
||||||
|
$cmakeDirArgs \
|
||||||
cmake .. $cmakeDirArgs
|
-DCMAKE_BUILD_TYPE=Release
|
||||||
make $jobArgs
|
make -C build $jobArgs
|
||||||
}
|
}
|
||||||
|
|
||||||
INSTALL()
|
INSTALL()
|
||||||
{
|
{
|
||||||
cd build
|
make -C build install
|
||||||
make install
|
|
||||||
|
|
||||||
rm -f "$libDir"/liburiparser.la
|
rm -f "$libDir"/liburiparser.la
|
||||||
|
|
||||||
@@ -78,6 +77,5 @@ INSTALL()
|
|||||||
|
|
||||||
TEST()
|
TEST()
|
||||||
{
|
{
|
||||||
cd build
|
make -C build test
|
||||||
make test
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user