57 lines
2.1 KiB
XML
57 lines
2.1 KiB
XML
<?xml version="1.0" ?>
|
|
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
|
<PISI>
|
|
<Source>
|
|
<Name>cfitsio</Name>
|
|
<Homepage>http://heasarc.gsfc.nasa.gov/docs/software/fitsio/fitsio.html</Homepage>
|
|
<Packager>
|
|
<Name>PisiLinux Community</Name>
|
|
<Email>admins@pisilinux.org</Email>
|
|
</Packager>
|
|
<License>as-is</License>
|
|
<IsA>library</IsA>
|
|
<IsA>app:console</IsA>
|
|
<Summary>C and Fortran library for manipulating FITS files</Summary>
|
|
<Description>CFITSIO provides simple high-level routines for reading and writing FITS files that insulate the programmer from the internal complexities of the FITS format.</Description>
|
|
<Archive sha1sum="48bd6389dcff3228508eec70384f2cae3a88ff32" type="targz">http://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/cfitsio3370.tar.gz</Archive>
|
|
</Source>
|
|
|
|
<Package>
|
|
<Name>cfitsio</Name>
|
|
<Files>
|
|
<Path fileType="library">/usr/lib</Path>
|
|
<Path fileType="executable">/usr/bin</Path>
|
|
<Path fileType="doc">/usr/share/doc</Path>
|
|
</Files>
|
|
</Package>
|
|
|
|
<Package>
|
|
<Name>cfitsio-devel</Name>
|
|
<Summary>Development files for cfitsio</Summary>
|
|
<RuntimeDependencies>
|
|
<Dependency release="current">cfitsio</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>3.370</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>3.370</Version>
|
|
<Comment>First release</Comment>
|
|
<Name>Stefan Gronewold</Name>
|
|
<Email>groni@pisilinux.org</Email>
|
|
</Update>
|
|
</History>
|
|
</PISI>
|