Updated gsl to 1.14

This commit is contained in:
Scott McCreary
2010-09-22 05:57:54 +00:00
parent 330fa424fc
commit e61587ed50

21
sci-libs/gsl/gsl-1.14.bep Normal file
View File

@@ -0,0 +1,21 @@
DESCRIPTION="gsl - The GNU Scientific Library"
HOMEPAGE="http://www.gnu.org/software/gsl/"
SRC_URI="http://ftp.gnu.org/gnu/gsl/gsl-1.14.tar.gz"
CHECKSUM_MD5="d55e7b141815412a072a3f0e12442042"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
cd gsl-1.14
libtoolize --force --copy --install
aclocal
autoconf
automake
./configure --prefix=/boot/common
make
}
INSTALL {
cd gsl-1.14
make install
}