pspec.xml 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>udftools</Name>
  6. <Homepage>https://github.com/pali/udftools</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv3</License>
  12. <IsA>app:console</IsA>
  13. <Summary>Linux UDF Filesystem userspace utilities</Summary>
  14. <Description>UDF dosya sistemleri ve DVD / CD-R (W) sürücüleri için Linux araçları</Description>
  15. <Archive sha1sum="3eb111de212be510f0bad8d81b8c2a02c339e5b3" type="targz">https://github.com/pali/udftools/releases/download/2.3/udftools-2.3.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>eudev-devel</Dependency>
  18. <Dependency>readline-devel</Dependency>
  19. <Dependency>ncurses-devel</Dependency>
  20. </BuildDependencies>
  21. <!--
  22. <Patches>
  23. <Patch>udftools.patch</Patch>
  24. <Patch level="1">udftools.patch</Patch>
  25. </Patches>
  26. -->
  27. </Source>
  28. <Package>
  29. <Name>udftools</Name>
  30. <RuntimeDependencies>
  31. <Dependency>readline</Dependency>
  32. </RuntimeDependencies>
  33. <Files>
  34. <Path fileType="executable">/usr/bin</Path>
  35. <Path fileType="executable">/usr/sbin</Path>
  36. <Path fileType="data">/lib/udev</Path>
  37. <Path fileType="data">/usr/share</Path>
  38. <Path fileType="man">/usr/share/man</Path>
  39. <Path fileType="doc">/usr/share/doc</Path>
  40. </Files>
  41. </Package>
  42. <History>
  43. <Update release="3">
  44. <Date>2022-06-06</Date>
  45. <Version>2.3</Version>
  46. <Comment>Version bump.</Comment>
  47. <Name>Mustafa Cinasal</Name>
  48. <Email>muscnsl@gmail.com</Email>
  49. </Update>
  50. <Update release="2">
  51. <Date>2020-02-01</Date>
  52. <Version>2.1</Version>
  53. <Comment>Rebuild.</Comment>
  54. <Name>PisiLinux Community</Name>
  55. <Email>admins@pisilinux.org</Email>
  56. </Update>
  57. <Update release="1">
  58. <Date>2019-11-02</Date>
  59. <Version>2.1</Version>
  60. <Comment>First release</Comment>
  61. <Name>PisiLinux Community</Name>
  62. <Email>admins@pisilinux.org</Email>
  63. </Update>
  64. </History>
  65. </PISI>