From cfc6ca6a0d692909e87b806b15c39a6c143aaa82 Mon Sep 17 00:00:00 2001 From: aydemir Date: Fri, 28 Aug 2015 16:32:26 +0300 Subject: [PATCH] gsl add repo --- science/mathematics/gsl/actions.py | 24 +++++++++++ science/mathematics/gsl/pspec.xml | 52 ++++++++++++++++++++++++ science/mathematics/gsl/translations.xml | 15 +++++++ 3 files changed, 91 insertions(+) create mode 100644 science/mathematics/gsl/actions.py create mode 100644 science/mathematics/gsl/pspec.xml create mode 100644 science/mathematics/gsl/translations.xml diff --git a/science/mathematics/gsl/actions.py b/science/mathematics/gsl/actions.py new file mode 100644 index 0000000000..1f74aed0c3 --- /dev/null +++ b/science/mathematics/gsl/actions.py @@ -0,0 +1,24 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/licenses/gpl.txt + +from pisi.actionsapi import autotools +from pisi.actionsapi import pisitools +from pisi.actionsapi import shelltools +from pisi.actionsapi import get + +def setup(): + shelltools.export("CFLAGS","%s -fwrapv" % get.CFLAGS()) + + autotools.autoreconf("-vfi") + autotools.configure("--disable-static") + +def build(): + autotools.make() + +def install(): + autotools.install() + + pisitools.dodoc("README","BUGS","ChangeLog","NEWS","THANKS") \ No newline at end of file diff --git a/science/mathematics/gsl/pspec.xml b/science/mathematics/gsl/pspec.xml new file mode 100644 index 0000000000..43acc4c3b6 --- /dev/null +++ b/science/mathematics/gsl/pspec.xml @@ -0,0 +1,52 @@ + + + + + gsl + http://www.gnu.org/software/gsl/ + + PisiLinux Community + admins@pisilinux.org + + GPLv3 + library + GNU scientific library + The GNU Scientific Library (GSL) is a numerical library for C and C++ programmers. + http://ftp.gnu.org/gnu/gsl/gsl-1.16.tar.gz + + + + gsl + + /usr/bin + /usr/lib + /usr/share/doc + /usr/share/info + /usr/share/man + + + + + gsl-devel + Development files for gsl + + gsl + + + /usr/include + /usr/share/aclocal + /usr/share/man/man3 + /usr/lib/pkgconfig + + + + + + 2014-05-30 + 1.16 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + \ No newline at end of file diff --git a/science/mathematics/gsl/translations.xml b/science/mathematics/gsl/translations.xml new file mode 100644 index 0000000000..2a687b6d66 --- /dev/null +++ b/science/mathematics/gsl/translations.xml @@ -0,0 +1,15 @@ + + + + gsl + GNU bilimsel kütüphane + C ve C++ programcıları tarafından kullanılan nümerik kütüphane + La librairie scientifique GNU (GSL) est une librairie numérique pour programmes C et C++. + GNU Scientific Library (GSL) es una libería numérica para programadores C y C++. + + + + gsl-devel + gsl için geliştirme dosyaları + + \ No newline at end of file