summaryrefslogtreecommitdiffstats
path: root/base/gsl/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2009-12-18 19:37:09 +0100
committertnut <thierryn1 at hispeed dot ch>2009-12-18 19:37:09 +0100
commit50d9cd9134279a9e94b71d5cfeef0542c405a898 (patch)
tree92d6ed0b896dccadd7285a8776df4a0e4b597bc8 /base/gsl/Pkgfile
parent991a9a1a05f635dce7adb0281a024c1b5d223496 (diff)
downloadnutyx-pakxe-50d9cd9134279a9e94b71d5cfeef0542c405a898.tar.gz
nutyx-pakxe-50d9cd9134279a9e94b71d5cfeef0542c405a898.tar.bz2
nutyx-pakxe-50d9cd9134279a9e94b71d5cfeef0542c405a898.tar.xz
nutyx-pakxe-50d9cd9134279a9e94b71d5cfeef0542c405a898.zip
gsl, déplacé dans base
Diffstat (limited to 'base/gsl/Pkgfile')
-rw-r--r--base/gsl/Pkgfile18
1 files changed, 18 insertions, 0 deletions
diff --git a/base/gsl/Pkgfile b/base/gsl/Pkgfile
new file mode 100644
index 000000000..72073a923
--- /dev/null
+++ b/base/gsl/Pkgfile
@@ -0,0 +1,18 @@
+# Description: The GNU Scientific Library (GSL) is a modern numerical library for C and C++ programmers
+# URL: http://www.gnu.org/software/gsl/gsl.html
+# Maintainer: NuTyX core team
+# Packager: lesibel at free dot fr
+# Depends on:
+
+name=gsl
+version=1.13
+release=1
+source=(http://ftp.belnet.be/mirror/ftp.gnu.org/gnu/gsl/$name-$version.tar.gz)
+
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr
+ make
+ make DESTDIR=$PKG install
+ rm $PKG/usr/share/info/dir
+}