pspec.xml 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>chmlib</Name>
  6. <Homepage>http://www.jedrea.com/chmlib/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>LGPLv2.1</License>
  12. <IsA>library</IsA>
  13. <IsA>app:console</IsA>
  14. <Summary>A library for dealing with Microsoft ITSS/CHM format files</Summary>
  15. <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>
  16. <Archive sha1sum="5231d7531e8808420d7f89fd1e4fdbac1ed7a167" type="tarbz2">http://www.jedrea.com/chmlib/chmlib-0.40.tar.bz2</Archive>
  17. </Source>
  18. <Package>
  19. <Name>chmlib</Name>
  20. <Files>
  21. <Path fileType="library">/usr/lib</Path>
  22. <Path fileType="executable">/usr/bin</Path>
  23. <Path fileType="doc">/usr/share/doc</Path>
  24. </Files>
  25. </Package>
  26. <Package>
  27. <Name>chmlib-devel</Name>
  28. <Summary>Development files for chmlib</Summary>
  29. <RuntimeDependencies>
  30. <Dependency release="current">chmlib</Dependency>
  31. </RuntimeDependencies>
  32. <Files>
  33. <Path fileType="header">/usr/include</Path>
  34. </Files>
  35. </Package>
  36. <History>
  37. <Update release="3">
  38. <Date>2017-03-10</Date>
  39. <Version>0.40</Version>
  40. <Comment>Release Bump</Comment>
  41. <Name>Ayhan Yalçınsoy</Name>
  42. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  43. </Update>
  44. <Update release="2">
  45. <Date>2016-06-09</Date>
  46. <Version>0.40</Version>
  47. <Comment>Release Bump</Comment>
  48. <Name>Pisi Linux Community</Name>
  49. <Email>admin@pisilinux.org</Email>
  50. </Update>
  51. <Update release="1">
  52. <Date>2014-01-20</Date>
  53. <Version>0.40</Version>
  54. <Comment>First release</Comment>
  55. <Name>Stefan Gronewold(groni)</Name>
  56. <Email>groni@pisilinux.org</Email>
  57. </Update>
  58. </History>
  59. </PISI>