123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>chmlib</Name>
- <Homepage>http://www.jedrea.com/chmlib/</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>LGPLv2.1</License>
- <IsA>library</IsA>
- <IsA>app:console</IsA>
- <Summary>A library for dealing with Microsoft ITSS/CHM format files</Summary>
- <Description>Chmlib is a library for dealing with Microsoft ITSS/CHM format files. Right now, it is a very simple library, but sufficient for dealing with all of the .chm files.</Description>
- <Archive sha1sum="5231d7531e8808420d7f89fd1e4fdbac1ed7a167" type="tarbz2">http://www.jedrea.com/chmlib/chmlib-0.40.tar.bz2</Archive>
- </Source>
- <Package>
- <Name>chmlib</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>chmlib-devel</Name>
- <Summary>Development files for chmlib</Summary>
- <RuntimeDependencies>
- <Dependency release="current">chmlib</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- </Files>
- </Package>
- <History>
- <Update release="3">
- <Date>2017-03-10</Date>
- <Version>0.40</Version>
- <Comment>Release Bump</Comment>
- <Name>Ayhan Yalçınsoy</Name>
- <Email>ayhanyalcinsoy@pisilinux.org</Email>
- </Update>
- <Update release="2">
- <Date>2016-06-09</Date>
- <Version>0.40</Version>
- <Comment>Release Bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2014-01-20</Date>
- <Version>0.40</Version>
- <Comment>First release</Comment>
- <Name>Stefan Gronewold(groni)</Name>
- <Email>groni@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|