Files
main/science/mathematics/matio/pspec.xml
T
2020-06-10 00:38:08 +03:00

59 lines
2.2 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>matio</Name>
<Homepage>https://sourceforge.net/projects/matio/</Homepage>
<Packager>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<PartOf>science.mathematics</PartOf>
<License>BSD</License>
<IsA>library</IsA>
<IsA>app:console</IsA>
<Summary>C library with a fortran 90/95 module interface for reading/writing MATLAB MAT-files</Summary>
<Description>matio is an open-source library for reading/writing MATLAB MAT files. This library is designed for use by programs/libraries that do not have access or do not want to rely on MATLAB's shared library.</Description>
<Archive sha1sum="948851455e5097206901105e911a1d1a5db5e95f" type="targz">mirrors://sourceforge/matio/matio-1.5.17.tar.gz</Archive>
<BuildDependencies>
<Dependency>hdf5-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>matio</Name>
<RuntimeDependencies>
<Dependency>hdf5</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="data">/usr/share</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="doc">/usr/share/doc/matio</Path>
</Files>
</Package>
<Package>
<Name>matio-devel</Name>
<Summary>Development files for matio</Summary>
<RuntimeDependencies>
<Dependency release="current">matio</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
<!-- FIXME: Remove this if not necessary -->
<Path fileType="man">/usr/share/man/man3</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-06-08</Date>
<Version>1.5.17</Version>
<Comment>First Pisi Release</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</PISI>