pspec.xml 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>lftp</Name>
  6. <Homepage>http://lftp.yar.ru/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv3</License>
  12. <Icon>lftp</Icon>
  13. <IsA>app:console</IsA>
  14. <Summary>Command line FTP client</Summary>
  15. <Description>LFTP is sophisticated file transfer program with command line interface. It supports FTP, HTTP, FISH, SFTP, HTTPS and FTPS protocols. It has bookmarks, built-in mirror, can transfer several files in parallel. It was designed with reliability in mind.</Description>
  16. <Archive sha1sum="aedc5f07f35d30c2aab3589432c724cbfa462ebe" type="targz">http://lftp.tech/ftp/lftp-4.8.3.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>gnutls-devel</Dependency>
  19. <Dependency>flex</Dependency>
  20. <Dependency>bison</Dependency>
  21. <Dependency>gcc</Dependency>
  22. <Dependency>gettext-devel</Dependency>
  23. <Dependency>libtool</Dependency>
  24. <Dependency>zlib-devel</Dependency>
  25. <Dependency>ncurses-devel</Dependency>
  26. <Dependency>expat-devel</Dependency>
  27. <Dependency>libidn-devel</Dependency>
  28. <Dependency>libidn2-devel</Dependency>
  29. <Dependency>readline-devel</Dependency>
  30. </BuildDependencies>
  31. <Patches>
  32. <Patch level="1">config-dns-inet6_before_inet.patch</Patch>
  33. <Patch level="1">lftp_sys-stdint-kfreebsd.patch</Patch>
  34. </Patches>
  35. </Source>
  36. <Package>
  37. <Name>lftp</Name>
  38. <RuntimeDependencies>
  39. <Dependency>zlib</Dependency>
  40. <Dependency>expat</Dependency>
  41. <Dependency>libgcc</Dependency>
  42. <Dependency>gnutls</Dependency>
  43. <Dependency>libidn</Dependency>
  44. <Dependency>libidn2</Dependency>
  45. <Dependency>ncurses</Dependency>
  46. <Dependency>readline</Dependency>
  47. </RuntimeDependencies>
  48. <Files>
  49. <Path fileType="config">/etc</Path>
  50. <Path fileType="executable">/usr/bin</Path>
  51. <Path fileType="library">/usr/lib</Path>
  52. <Path fileType="doc">/usr/share/doc/lftp</Path>
  53. <Path fileType="data">/usr/share/applications/lftp.desktop</Path>
  54. <Path fileType="data">/usr/share/icons/hicolor/48x48/apps/lftp-icon.png</Path>
  55. <Path fileType="man">/usr/share/man</Path>
  56. <Path fileType="localedata">/usr/share/locale</Path>
  57. <Path fileType="data">/usr/share/lftp</Path>
  58. <Path fileType="data">/usr/share/pixmaps</Path>
  59. </Files>
  60. <AdditionalFiles>
  61. <AdditionalFile target="/usr/share/pixmaps/lftp.png">lftp.png</AdditionalFile>
  62. </AdditionalFiles>
  63. </Package>
  64. <History>
  65. <Update release="10">
  66. <Date>2018-02-20</Date>
  67. <Version>4.8.3</Version>
  68. <Comment>Version bump</Comment>
  69. <Name>Mustafa Cinasal</Name>
  70. <Email>muscnsl@gmail.com</Email>
  71. </Update>
  72. <Update release="9">
  73. <Date>2017-05-25</Date>
  74. <Version>4.7.7</Version>
  75. <Comment>Version bump.</Comment>
  76. <Name>Kamil Atlı</Name>
  77. <Email>suvari@pisilinux.org</Email>
  78. </Update>
  79. <Update release="8">
  80. <Date>2016-11-22</Date>
  81. <Version>4.7.4</Version>
  82. <Comment>Version bump.</Comment>
  83. <Name>Stefan Gronewold(groni)</Name>
  84. <Email>groni@pisilinux.org</Email>
  85. </Update>
  86. </History>
  87. </PISI>