Initial .bep file for gsl-1.13

This commit is contained in:
Scott McCreary
2009-11-16 09:10:55 +00:00
parent 85bdf45f29
commit bd13a7adf7

20
sci-libs/gsl/gsl-1.13.bep Normal file
View File

@@ -0,0 +1,20 @@
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"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
cd gsl-1.13
libtoolize --force --copy --install
aclocal
autoconf
automake
./configure --prefix=/boot/common
make
}
INSTALL {
cd gsl-1.13
make install
}