Files
haikuports/dev-libs/gmp/gmp-4.3.1.recipe
Oliver Tappe 60aba35d64 * convert all .bep files to follow shell syntax
* rename all .bep files to .recipe
2013-03-29 16:31:03 +00:00

34 lines
582 B
Plaintext

DESCRIPTION="GMP - GNU Multiple Precision Arithmetic Library"
HOMEPAGE="http://gmplib.org/"
SRC_URI="ftp://ftp.gmplib.org/pub/gmp-4.3.1/gmp-4.3.1.tar.bz2"
CHECKSUM_MD5="26cec15a90885042dd4a15c4003b08ae"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD()
{
cd gmp-4.3.1
libtoolize --force --copy --install
aclocal
autoconf
automake --add-missing
./configure --prefix=`finddir B_COMMON_DIRECTORY`
make
}
INSTALL()
{
cd gmp-4.3.1
make install
}
TEST()
{
cd gmp-4.3.1
make check
}
LICENSE="GNU GPL v3
GNU LGPL v3"
COPYRIGHT="1991-2009 Free Software Foundation, Inc."