mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
dev-libs/uriparser: fix COPYRIGHT, simplify BUILD. See #2196
This commit is contained in:
@@ -3,9 +3,10 @@ DESCRIPTION="Uriparser is a strictly RFC 3986 compliant URI parsing library \
|
||||
written in C."
|
||||
HOMEPAGE="https://uriparser.github.io/"
|
||||
COPYRIGHT="2007 Weijia Song
|
||||
2013 Radu Hociung
|
||||
2007-2018 Sebastian Pipping"
|
||||
LICENSE="BSD (3-clause)"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://github.com/uriparser/uriparser/releases/download/uriparser-$portVersion/uriparser-$portVersion.tar.bz2"
|
||||
CHECKSUM_SHA256="58eacd5c03d9e341c04eb0b30831faec89f3b415949ff8d72254e63432352cdd"
|
||||
PATCHES="uriparser-$portVersion.patchset"
|
||||
@@ -22,7 +23,7 @@ PROVIDES="
|
||||
"
|
||||
if [ -z "$secondaryArchSuffix" ]; then
|
||||
PROVIDES="$PROVIDES
|
||||
cmd:uriparse$secondaryArchSuffix = $portVersion
|
||||
cmd:uriparse = $portVersion
|
||||
"
|
||||
fi
|
||||
|
||||
@@ -45,6 +46,7 @@ BUILD_PREREQUIRES="
|
||||
cmd:aclocal
|
||||
cmd:autoconf
|
||||
cmd:automake
|
||||
cmd:autoreconf
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:libtoolize$secondaryArchSuffix
|
||||
cmd:make
|
||||
@@ -55,10 +57,7 @@ defineDebugInfoPackage uriparser$secondaryArchSuffix \
|
||||
|
||||
BUILD()
|
||||
{
|
||||
libtoolize --force --copy --install
|
||||
aclocal -I m4
|
||||
autoconf
|
||||
automake --add-missing
|
||||
autoreconf
|
||||
runConfigure ./configure --disable-test --disable-doc
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user