mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-20 02:30:05 +02:00
libnumbertext: bump version.
This commit is contained in:
@@ -6,8 +6,9 @@ HOMEPAGE="https://numbertext.org/"
|
||||
COPYRIGHT="2009–2018 László Németh et al."
|
||||
LICENSE="BSD (3-clause)"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/Numbertext/libnumbertext/releases/download/1.0/libnumbertext-1.0.3.tar.xz"
|
||||
CHECKSUM_SHA256="b52f6dc468a5cc93d572cf28cab88c6c68bc45e59a0f69e9b327327db3e7e5a5"
|
||||
SOURCE_URI="https://github.com/Numbertext/libnumbertext/archive/$portVersion.tar.gz"
|
||||
SOURCE_FILENAME="libnumbertext-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="508f259325efc25705e27ca1bafe487aa0b8b0f5cc3bf77cb2d53ce7f119c380"
|
||||
PATCHES="libnumbertext-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86_64"
|
||||
@@ -37,15 +38,19 @@ BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:aclocal
|
||||
cmd:autoconf
|
||||
cmd:awk
|
||||
cmd:cmp
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:libtoolize$secondaryArchSuffix
|
||||
cmd:make
|
||||
cmd:pkg_config$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
autoreconf -fi
|
||||
runConfigure ./configure
|
||||
make $jobArgs
|
||||
}
|
||||
@@ -54,6 +59,8 @@ INSTALL()
|
||||
{
|
||||
make install
|
||||
|
||||
rm $libDir/libnumbertext-1.0.a $libDir/libnumbertext-1.0.la
|
||||
|
||||
prepareInstalledDevelLibs \
|
||||
libnumbertext-1.0
|
||||
fixPkgconfig
|
||||
@@ -61,3 +68,8 @@ INSTALL()
|
||||
packageEntries devel \
|
||||
$developDir
|
||||
}
|
||||
|
||||
TEST()
|
||||
{
|
||||
make -k check
|
||||
}
|
||||
Reference in New Issue
Block a user