pspec.xml 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  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="2f67b2963a6b80bac92a43f01c9fc5528ad0869c" type="targz">http://files.libburnia-project.org/releases/libisofs-1.3.4.tar.gz</Archive>
  17. </Source>
  18. <Package>
  19. <Name>libisofs</Name>
  20. <Files>
  21. <Path fileType="library">/usr/lib</Path>
  22. <Path fileType="doc">/usr/share/doc</Path>
  23. </Files>
  24. </Package>
  25. <Package>
  26. <Name>libisofs-devel</Name>
  27. <Summary>Development files for libisofs</Summary>
  28. <RuntimeDependencies>
  29. <Dependency release="current">libisofs</Dependency>
  30. </RuntimeDependencies>
  31. <Files>
  32. <Path fileType="header">/usr/include</Path>
  33. <Path fileType="data">/usr/lib/pkgconfig</Path>
  34. <Path fileType="doc">/usr/share/doc/libisofs/Tutorial</Path>
  35. <Path fileType="doc">/usr/share/doc/libisofs/checksums.txt</Path>
  36. <Path fileType="doc">/usr/share/doc/libisofs/susp_aaip_2_0.txt</Path>
  37. <Path fileType="doc">/usr/share/doc/libisofs/susp_aaip_isofs_names.txt</Path>
  38. <Path fileType="doc">/usr/share/doc/libisofs/zisofs_format.txt</Path>
  39. </Files>
  40. </Package>
  41. <History>
  42. <Update release="2">
  43. <Date>2014-01-31</Date>
  44. <Version>1.3.4</Version>
  45. <Comment>Version bump.</Comment>
  46. <Name>Stefan Gronewold(groni)</Name>
  47. <Email>groni@pisilinux.org</Email>
  48. </Update>
  49. <Update release="1">
  50. <Date>2013-01-15</Date>
  51. <Version>1.2.6</Version>
  52. <Comment>First release</Comment>
  53. <Name>Ertan Güven</Name>
  54. <Email>ertan@pisilinux.org</Email>
  55. </Update>
  56. </History>
  57. </PISI>