mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
mpfr: bump version.
This commit is contained in:
@@ -25,14 +25,14 @@ COPYRIGHT="2000-2014 INRIA"
|
||||
LICENSE="GNU LGPL v3"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://www.mpfr.org/mpfr-current/mpfr-$portVersion.tar.bz2"
|
||||
CHECKSUM_SHA256="f63bb459157cacd223caac545cb816bcdb5a0de28b809e7748b82e9eb89b0afd"
|
||||
CHECKSUM_SHA256="d3103a80cdad2407ed581f3618c4bed04e0c92d1cf771a65ead662cc397f7775"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86 x86_gcc2"
|
||||
|
||||
PROVIDES="
|
||||
mpfr$secondaryArchSuffix = $portVersion
|
||||
lib:libmpfr$secondaryArchSuffix = 4.1.3 compat >= 4
|
||||
lib:libmpfr$secondaryArchSuffix = 4.1.4 compat >= 4
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
@@ -41,7 +41,7 @@ REQUIRES="
|
||||
|
||||
PROVIDES_devel="
|
||||
mpfr${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libmpfr$secondaryArchSuffix = 4.1.3 compat >= 4
|
||||
devel:libmpfr$secondaryArchSuffix = 4.1.4 compat >= 4
|
||||
"
|
||||
REQUIRES_devel="
|
||||
mpfr$secondaryArchSuffix == $portVersion base
|
||||
@@ -52,13 +52,17 @@ BUILD_REQUIRES="
|
||||
devel:libgmp$secondaryArchSuffix
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:aclocal
|
||||
cmd:autoreconf
|
||||
cmd:awk
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:libtoolize
|
||||
cmd:make
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
autoreconf -fi
|
||||
runConfigure ./configure
|
||||
make $jobArgs
|
||||
}
|
||||
Reference in New Issue
Block a user