diff --git a/pisi-index.xml b/pisi-index.xml index 3fea8f8812..93536604ad 100644 --- a/pisi-index.xml +++ b/pisi-index.xml @@ -99836,6 +99836,61 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression + + + wcslib + http://www.atnf.csiro.au/people/Mark.Calabretta/WCS/ + + PisiLinux Community + admins@pisilinux.org + + GPLv3 + library + science.misc + A C library that implements the 'World Coordinate System' (WCS) standard in FITS + The FITS "World Coordinate System" (WCS) standard defines keywords and usage that provide for the description of astronomical coordinate systems in a FITS image header. + ftp://ftp.atnf.csiro.au/pub/software/wcslib/wcslib-5.12.tar.bz2 + + gcc + flex + libgfortran + cfitsio-devel + + science/misc/wcslib/pspec.xml + + + wcslib + + cfitsio + + + /usr/bin + /usr/lib + /usr/share/doc + /usr/share/man/man1 + + + + wcslib-devel + Development files for wcslib + + wcslib + + + /usr/include + /usr/lib/pkgconfig + + + + + 2015-11-18 + 5.12 + First release + Stefan Gronewold (groni) + groni@pisilinux.org + + + ConsoleKit diff --git a/pisi-index.xml.sha1sum b/pisi-index.xml.sha1sum index 2bcb0f70c5..47475372d3 100644 --- a/pisi-index.xml.sha1sum +++ b/pisi-index.xml.sha1sum @@ -1 +1 @@ -b5c9b8589f01b55c8f0df066e63986fb747c62f7 \ No newline at end of file +f0c0cfac27719a4c3d2ea939874d219ea4f72d1d \ No newline at end of file diff --git a/pisi-index.xml.xz b/pisi-index.xml.xz index e089ce421c..2f18950e08 100644 Binary files a/pisi-index.xml.xz and b/pisi-index.xml.xz differ diff --git a/pisi-index.xml.xz.sha1sum b/pisi-index.xml.xz.sha1sum index 3a5ea93a32..f3de003918 100644 --- a/pisi-index.xml.xz.sha1sum +++ b/pisi-index.xml.xz.sha1sum @@ -1 +1 @@ -5a18492984c655999976d6e77f852a967f37bca1 \ No newline at end of file +537b34c5bee47682f0d043dfde7905dd57088c10 \ No newline at end of file diff --git a/science/misc/wcslib/actions.py b/science/misc/wcslib/actions.py new file mode 100644 index 0000000000..2a12bfe6ce --- /dev/null +++ b/science/misc/wcslib/actions.py @@ -0,0 +1,23 @@ +#!/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 shelltools +from pisi.actionsapi import pisitools +from pisi.actionsapi import get + + +def setup(): + autotools.configure("--prefix=/usr \ + --without-pgplot") + +def build(): + autotools.make() + +def install(): + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + + pisitools.dodoc("COPYING", "COPYING.LESSER", "CHANGES", "README", "VALIDATION", ) diff --git a/science/misc/wcslib/pspec.xml b/science/misc/wcslib/pspec.xml new file mode 100644 index 0000000000..6ff62b7917 --- /dev/null +++ b/science/misc/wcslib/pspec.xml @@ -0,0 +1,58 @@ + + + + + wcslib + http://www.atnf.csiro.au/people/Mark.Calabretta/WCS/ + + PisiLinux Community + admins@pisilinux.org + + GPLv3 + library + A C library that implements the 'World Coordinate System' (WCS) standard in FITS + The FITS "World Coordinate System" (WCS) standard defines keywords and usage that provide for the description of astronomical coordinate systems in a FITS image header. + ftp://ftp.atnf.csiro.au/pub/software/wcslib/wcslib-5.12.tar.bz2 + + gcc + flex + libgfortran + cfitsio-devel + + + + + wcslib + + cfitsio + + + /usr/bin + /usr/lib + /usr/share/doc + /usr/share/man/man1 + + + + + wcslib-devel + Development files for wcslib + + wcslib + + + /usr/include + /usr/lib/pkgconfig + + + + + + 2015-11-18 + 5.12 + First release + Stefan Gronewold (groni) + groni@pisilinux.org + + +