diff --git a/sci-libs/gsl/gsl-1.14.bep b/sci-libs/gsl/gsl-1.14.bep new file mode 100644 index 000000000..079cd9924 --- /dev/null +++ b/sci-libs/gsl/gsl-1.14.bep @@ -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 +}