diff --git a/science/libnova/actions.py b/science/libnova/actions.py new file mode 100644 index 0000000000..a10a633129 --- /dev/null +++ b/science/libnova/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 shelltools +from pisi.actionsapi import autotools +from pisi.actionsapi import pisitools +from pisi.actionsapi import get + +def setup(): + autotools.configure("--disable-static") + +def build(): + autotools.make() + +def check(): + autotools.make("check") + +def install(): + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + + pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README") diff --git a/science/libnova/pspec.xml b/science/libnova/pspec.xml new file mode 100644 index 0000000000..51f420c849 --- /dev/null +++ b/science/libnova/pspec.xml @@ -0,0 +1,62 @@ + + + + + libnova + http://libnova.sourceforge.net + + PisiLinux Community + admins@pisilinux.org + + LGPLv2 + library + Celestial Mechanics and Astronomical Calculation Library + libnova is a general purpose, double precision, celestial mechanics, astrometry and astrodynamics library. + mirrors://sourceforge/libnova/libnova/v%200.14.0/libnova-0.14.0.tar.gz + + + + libnova + + /usr/bin + /usr/lib + /usr/share/doc + + + + + libnova-devel + Development files for libnova + + libnova + + + /usr/include + /usr/bin/libnovaconfig + + + + + + 2014-06-14 + 0.14.0 + Rebuild + Osman Erkan + osman.erkan@pisilinux.org + + + 2014-02-01 + 0.14.0 + Rebuild + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2012-02-13 + 0.14.0 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + \ No newline at end of file diff --git a/science/libnova/translations.xml b/science/libnova/translations.xml new file mode 100644 index 0000000000..2f7b030431 --- /dev/null +++ b/science/libnova/translations.xml @@ -0,0 +1,13 @@ + + + + libnova + Gökyüzü mekaniği ve astronomik hesaplama kütüphanesi + libnova genel amaçlı, çift hassasiyetli, gökyüzü mekaniği, astrometri ve astrodinamik kütüphanesidir. + + + + libnova-devel + libnova için geliştirme dosyaları + +