Files
main/science/misc/wcslib/pspec.xml
T
2016-06-09 00:02:21 +03:00

66 lines
2.5 KiB
XML

<?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="2">
<Date>2016-06-09</Date>
<Version>5.12</Version>
<Comment>Release Bump</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<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>