pspec.xml 3.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>sshfs</Name>
  6. <Homepage>http://fuse.sourceforge.net/sshfs.html</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <IsA>app:console</IsA>
  13. <Summary>A filesystem client based on the SSH FTP</Summary>
  14. <Description>sshfs allows mounting remote SSH accounts as a filesystem.</Description>
  15. <Archive sha1sum="eda6ffee0d78085fc0799f8b12df02298bb9a658" type="tarxz">https://github.com/libfuse/sshfs/releases/download/sshfs-3.7.3/sshfs-3.7.3.tar.xz</Archive>
  16. <BuildDependencies>
  17. <Dependency>meson</Dependency>
  18. <Dependency>fuse3-devel</Dependency>
  19. <Dependency>glib2-devel</Dependency>
  20. <!--for man page-->
  21. <Dependency>python3-docutils</Dependency>
  22. </BuildDependencies>
  23. </Source>
  24. <Package>
  25. <Name>sshfs</Name>
  26. <RuntimeDependencies>
  27. <Dependency>fuse3</Dependency>
  28. <Dependency>glib2</Dependency>
  29. </RuntimeDependencies>
  30. <Files>
  31. <Path fileType="executable">/usr/bin</Path>
  32. <Path fileType="executable">/usr/sbin</Path>
  33. <Path fileType="library">/usr/lib</Path>
  34. <Path fileType="doc">/usr/share/doc</Path>
  35. <Path fileType="man">/usr/share/man</Path>
  36. </Files>
  37. </Package>
  38. <History>
  39. <Update release="6">
  40. <Date>2024-11-29</Date>
  41. <Version>3.7.3</Version>
  42. <Comment>Version bump t.</Comment>
  43. <Name>Ümit Solmaz</Name>
  44. <Email>admins@pisilinux.org</Email>
  45. </Update>
  46. <Update release="6">
  47. <Date>2023-11-08</Date>
  48. <Version>3.7.3</Version>
  49. <Comment>Version bump.</Comment>
  50. <Name>Mustafa Cinasal</Name>
  51. <Email>muscnsl@gmail.com</Email>
  52. </Update>
  53. <Update release="5">
  54. <Date>2020-02-01</Date>
  55. <Version>2.8</Version>
  56. <Comment>Rebuild.</Comment>
  57. <Name>Pisi Linux Community</Name>
  58. <Email>admin@pisilinux.org</Email>
  59. </Update>
  60. <Update release="4">
  61. <Date>2018-08-18</Date>
  62. <Version>2.8</Version>
  63. <Comment>Rebuild.</Comment>
  64. <Name>Pisi Linux Community</Name>
  65. <Email>admin@pisilinux.org</Email>
  66. </Update>
  67. <Update release="3">
  68. <Date>2017-01-28</Date>
  69. <Version>2.8</Version>
  70. <Comment>Version bump.</Comment>
  71. <Name>Stefan Gronewold(groni)</Name>
  72. <Email>groni@pisilinux.org</Email>
  73. </Update>
  74. <Update release="2">
  75. <Date>2016-06-09</Date>
  76. <Version>2.5</Version>
  77. <Comment>Release Bump</Comment>
  78. <Name>Pisi Linux Community</Name>
  79. <Email>admin@pisilinux.org</Email>
  80. </Update>
  81. <Update release="1">
  82. <Date>2016-01-27</Date>
  83. <Version>2.5</Version>
  84. <Comment>First release</Comment>
  85. <Name>Stefan Gronewold</Name>
  86. <Email>groni@pisilinux.org</Email>
  87. </Update>
  88. </History>
  89. </PISI>