hdf5:add main

This commit is contained in:
alihanozturk
2016-04-02 22:32:18 +03:00
parent 716bfb1e11
commit 165584666c
3 changed files with 112 additions and 0 deletions
+60
View File
@@ -0,0 +1,60 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>hdf5</Name>
<Homepage>http://www.hdfgroup.org/HDF5/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>BSD</License>
<License>NCSA-HDF</License>
<IsA>library</IsA>
<Summary>NCSA Hierarchical Data Format (HDF) Software Library and Utilities</Summary>
<Description>HDF5 is a general purpose library and file format for storing scientific data.</Description>
<Archive sha1sum="a7b631778cb289edec670f665d2c3265983a0d53" type="tarbz2">http://www.hdfgroup.org/ftp/HDF5/current/src/hdf5-1.8.16.tar.bz2</Archive>
<BuildDependencies>
<Dependency>time</Dependency>
<Dependency>libgfortran</Dependency>
<Dependency>zlib-devel</Dependency>
<Dependency>net-tools</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>hdf5</Name>
<RuntimeDependencies>
<Dependency>zlib</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>libgfortran</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc/hdf5</Path>
<Path fileType="data">/usr/share/hdf5_examples</Path>
</Files>
</Package>
<Package>
<Name>hdf5-devel</Name>
<Summary>Development files for hdf5</Summary>
<RuntimeDependencies>
<Dependency release="current">hdf5</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2016-04-02</Date>
<Version>1.8.16</Version>
<Comment>Version Bump</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
</History>
</PISI>