wcslib dependency for kstars
This commit is contained in:
@@ -99836,6 +99836,61 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>wcslib</Name>
|
||||
<Homepage>http://www.atnf.csiro.au/people/Mark.Calabretta/WCS/</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv3</License>
|
||||
<IsA>library</IsA>
|
||||
<PartOf>science.misc</PartOf>
|
||||
<Summary xml:lang="en">A C library that implements the 'World Coordinate System' (WCS) standard in FITS</Summary>
|
||||
<Description xml:lang="en">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.</Description>
|
||||
<Archive type="tarbz2" sha1sum="b070a30e5dca347dbd6ee6885c53dd5c61b11de5">ftp://ftp.atnf.csiro.au/pub/software/wcslib/wcslib-5.12.tar.bz2</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>gcc</Dependency>
|
||||
<Dependency>flex</Dependency>
|
||||
<Dependency>libgfortran</Dependency>
|
||||
<Dependency>cfitsio-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<SourceURI>science/misc/wcslib/pspec.xml</SourceURI>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>wcslib</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>cfitsio</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="man">/usr/share/man/man1</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>wcslib-devel</Name>
|
||||
<Summary xml:lang="en">Development files for wcslib</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="1">wcslib</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="data">/usr/lib/pkgconfig</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2015-11-18</Date>
|
||||
<Version>5.12</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Stefan Gronewold (groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>ConsoleKit</Name>
|
||||
|
||||
@@ -1 +1 @@
|
||||
b5c9b8589f01b55c8f0df066e63986fb747c62f7
|
||||
f0c0cfac27719a4c3d2ea939874d219ea4f72d1d
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
5a18492984c655999976d6e77f852a967f37bca1
|
||||
537b34c5bee47682f0d043dfde7905dd57088c10
|
||||
@@ -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", )
|
||||
@@ -0,0 +1,58 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>wcslib</Name>
|
||||
<Homepage>http://www.atnf.csiro.au/people/Mark.Calabretta/WCS/</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv3</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>A C library that implements the 'World Coordinate System' (WCS) standard in FITS</Summary>
|
||||
<Description>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.</Description>
|
||||
<Archive sha1sum="b070a30e5dca347dbd6ee6885c53dd5c61b11de5" type="tarbz2">ftp://ftp.atnf.csiro.au/pub/software/wcslib/wcslib-5.12.tar.bz2</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>gcc</Dependency>
|
||||
<Dependency>flex</Dependency>
|
||||
<Dependency>libgfortran</Dependency>
|
||||
<Dependency>cfitsio-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>wcslib</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>cfitsio</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="man">/usr/share/man/man1</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>wcslib-devel</Name>
|
||||
<Summary>Development files for wcslib</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">wcslib</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="data">/usr/lib/pkgconfig</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2015-11-18</Date>
|
||||
<Version>5.12</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Stefan Gronewold (groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user