pspec.xml 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. <!DOCTYPE INARY SYSTEM "https://raw.githubusercontent.com/Zaryob/inary/master/inary-spec.dtd">
  2. <INARY>
  3. <Source>
  4. <Name>filezilla</Name>
  5. <Homepage>http://filezilla-project.org/</Homepage>
  6. <Packager>
  7. <Name>Süleyman Poyraz</Name>
  8. <Email>zaryob.dev@gmail.com</Email>
  9. </Packager>
  10. <License>GPLv2</License>
  11. <Icon>filezilla</Icon>
  12. <IsA>app:gui</IsA>
  13. <Summary>Simple FTP Client</Summary>
  14. <Description>Easy-to-use FTP Client which also supports SFTP.</Description>
  15. <Archive sha1sum="2b5b51e665b72b2d6e991c55b43339996baf8f9c">https://download.filezilla-project.org/client/FileZilla_3.46.3_src.tar.bz2</Archive>
  16. <BuildDependencies>
  17. <Dependency>libidn-devel</Dependency>
  18. <Dependency>dbus-devel</Dependency>
  19. <Dependency>sqlite-devel</Dependency>
  20. <Dependency>gnutls-devel</Dependency>
  21. <Dependency>gtk2-devel</Dependency>
  22. <Dependency>xdg-utils</Dependency>
  23. <Dependency>wxGTK30-devel</Dependency>
  24. <Dependency>nettle-devel</Dependency>
  25. <Dependency>libfilezilla-devel</Dependency>
  26. </BuildDependencies>
  27. </Source>
  28. <Package>
  29. <Name>filezilla</Name>
  30. <RuntimeDependencies>
  31. <Dependency>gtk2</Dependency>
  32. <Dependency>wxGTK30</Dependency>
  33. <Dependency>dbus</Dependency>
  34. <Dependency>sqlite</Dependency>
  35. <Dependency>libgcc</Dependency>
  36. <Dependency>glib2</Dependency>
  37. <Dependency>gnutls</Dependency>
  38. <Dependency>nettle</Dependency>
  39. <Dependency>xdg-utils</Dependency>
  40. <Dependency>libfilezilla</Dependency>
  41. </RuntimeDependencies>
  42. <Files>
  43. <Path fileType="executable">/usr/bin</Path>
  44. <Path fileType="data">/usr/share/applications</Path>
  45. <Path fileType="data">/usr/share/filezilla</Path>
  46. <Path fileType="data">/usr/share/pixmaps</Path>
  47. <Path fileType="data">/usr/share/icons</Path>
  48. <Path fileType="localedata">/usr/share/locale</Path>
  49. <Path fileType="doc">/usr/share/doc</Path>
  50. <Path fileType="man">/usr/share/man</Path>
  51. <Path fileType="data">/usr/share/appdata/</Path>
  52. </Files>
  53. </Package>
  54. <History>
  55. <Update release="1">
  56. <Date>2020-02-10</Date>
  57. <Version>3.46.3</Version>
  58. <Comment>First release</Comment>
  59. <Name>Süleyman Poyraz</Name>
  60. <Email>zaryob.dev@gmail.com</Email>
  61. </Update>
  62. </History>
  63. </INARY>