mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
Updated gmp to 4.3.2 and 5.0.1 versions.
This commit is contained in:
25
dev-libs/gmp/gmp-4.3.2.bep
Normal file
25
dev-libs/gmp/gmp-4.3.2.bep
Normal file
@@ -0,0 +1,25 @@
|
||||
DESCRIPTION="GMP - GNU Multiple Precision Arithmetic Library"
|
||||
HOMEPAGE="http://gmplib.org/"
|
||||
SRC_URI="ftp://ftp.gmplib.org/pub/gmp-4.3.2/gmp-4.3.2.tar.bz2"
|
||||
CHECKSUM_MD5="dd60683d7057917e34630b4a787932e8"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND=""
|
||||
BUILD {
|
||||
cd gmp-4.3.2
|
||||
libtoolize --force --copy --install
|
||||
aclocal
|
||||
autoconf
|
||||
automake --add-missing
|
||||
./configure --prefix=/boot/common
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
cd gmp-4.3.2
|
||||
make install
|
||||
make check
|
||||
}
|
||||
|
||||
LICENSE="GNU GPL v3, GNU LGPL v3"
|
||||
COPYRIGHT="1991-2009 Free Software Foundation, Inc."
|
||||
25
dev-libs/gmp/gmp-5.0.1.bep
Normal file
25
dev-libs/gmp/gmp-5.0.1.bep
Normal file
@@ -0,0 +1,25 @@
|
||||
DESCRIPTION="GMP - GNU Multiple Precision Arithmetic Library"
|
||||
HOMEPAGE="http://gmplib.org/"
|
||||
SRC_URI="ftp://ftp.gmplib.org/pub/gmp-5.0.1/gmp-5.0.1.tar.bz2"
|
||||
CHECKSUM_MD5="6bac6df75c192a13419dfd71d19240a7"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND=""
|
||||
BUILD {
|
||||
cd gmp-5.0.1
|
||||
libtoolize --force --copy --install
|
||||
aclocal
|
||||
autoconf
|
||||
automake --add-missing
|
||||
./configure --prefix=/boot/common
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
cd gmp-5.0.1
|
||||
make install
|
||||
make check
|
||||
}
|
||||
|
||||
LICENSE="GNU GPL v3, GNU LGPL v3"
|
||||
COPYRIGHT="1991-2010 Free Software Foundation, Inc."
|
||||
Reference in New Issue
Block a user