mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
Updated gsl to 1.14
This commit is contained in:
21
sci-libs/gsl/gsl-1.14.bep
Normal file
21
sci-libs/gsl/gsl-1.14.bep
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user