pspec.xml 3.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>libisofs</Name>
  6. <Homepage>http://libburnia-project.org</Homepage>
  7. <License>GPLv2</License>
  8. <Packager>
  9. <Name>Pisi Linux Admins</Name>
  10. <Email>admins@pisilinux.org</Email>
  11. </Packager>
  12. <PartOf>hardware.optical</PartOf>
  13. <IsA>library</IsA>
  14. <Summary>A library for creating ISO disc images</Summary>
  15. <Description>libisofs is a library that handles creating ISO disc image files. It is intended to work together with libburn to write these images to discs</Description>
  16. <Archive sha1sum="f487a6c9cb713fd7f0aab21860f219ac2267801f" type="targz">http://files.libburnia-project.org/releases/libisofs-1.4.8.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>acl-devel</Dependency>
  19. <Dependency>zlib-devel</Dependency>
  20. </BuildDependencies>
  21. </Source>
  22. <Package>
  23. <Name>libisofs</Name>
  24. <RuntimeDependencies>
  25. <Dependency>acl</Dependency>
  26. <Dependency>zlib</Dependency>
  27. </RuntimeDependencies>
  28. <Files>
  29. <Path fileType="library">/usr/lib</Path>
  30. <Path fileType="doc">/usr/share/doc</Path>
  31. </Files>
  32. </Package>
  33. <Package>
  34. <Name>libisofs-devel</Name>
  35. <Summary>Development files for libisofs</Summary>
  36. <RuntimeDependencies>
  37. <Dependency release="current">libisofs</Dependency>
  38. </RuntimeDependencies>
  39. <Files>
  40. <Path fileType="header">/usr/include</Path>
  41. <Path fileType="data">/usr/lib/pkgconfig</Path>
  42. <Path fileType="doc">/usr/share/doc/libisofs/Tutorial</Path>
  43. <Path fileType="doc">/usr/share/doc/libisofs/checksums.txt</Path>
  44. <Path fileType="doc">/usr/share/doc/libisofs/susp_aaip_2_0.txt</Path>
  45. <Path fileType="doc">/usr/share/doc/libisofs/susp_aaip_isofs_names.txt</Path>
  46. <Path fileType="doc">/usr/share/doc/libisofs/zisofs_format.txt</Path>
  47. </Files>
  48. </Package>
  49. <History>
  50. <Update release="4">
  51. <Date>2018-01-03</Date>
  52. <Version>1.4.8</Version>
  53. <Comment>Version bump</Comment>
  54. <Name>Mustafa Cinasal</Name>
  55. <Email>muscnsl@gmail.com</Email>
  56. </Update>
  57. <Update release="3">
  58. <Date>2017-01-28</Date>
  59. <Version>1.4.6</Version>
  60. <Comment>Version bump.</Comment>
  61. <Name>Stefan Gronewold(groni)</Name>
  62. <Email>groni@pisilinux.org</Email>
  63. </Update>
  64. <Update release="2">
  65. <Date>2016-06-09</Date>
  66. <Version>1.4.2</Version>
  67. <Comment>Release Bump</Comment>
  68. <Name>Pisi Linux Community</Name>
  69. <Email>admin@pisilinux.org</Email>
  70. </Update>
  71. <Update release="1">
  72. <Date>2016-01-26</Date>
  73. <Version>1.4.2</Version>
  74. <Comment>First release</Comment>
  75. <Name>Stefan Gronewold(groni)</Name>
  76. <Email>groni@pisilinux.org</Email>
  77. </Update>
  78. </History>
  79. </PISI>