Files
haikuports/sci-libs/gsl/gsl-1.13.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

24 lines
429 B
Plaintext

DESCRIPTION="gsl - The GNU Scientific Library"
HOMEPAGE="http://www.gnu.org/software/gsl/"
SRC_URI="http://ftp.gnu.org/gnu/gsl/gsl-1.13.tar.gz"
CHECKSUM_MD5="d9fcfa367c44ab68a25b4edf34c3c5f7"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD()
{
cd gsl-1.13
libtoolize --force --copy --install
aclocal
autoconf
automake
./configure --prefix=`finddir B_COMMON_DIRECTORY`
make
}
INSTALL()
{
cd gsl-1.13
make install
}