pspec.xml 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  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="8359b623a49847c970a5f957c16552d7c03364b8" type="targz">http://lftp.tech/ftp/lftp-4.7.7.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>readline-devel</Dependency>
  29. </BuildDependencies>
  30. <Patches>
  31. <Patch level="1">config-dns-inet6_before_inet.patch</Patch>
  32. <Patch level="1">lftp_sys-stdint-kfreebsd.patch</Patch>
  33. </Patches>
  34. </Source>
  35. <Package>
  36. <Name>lftp</Name>
  37. <RuntimeDependencies>
  38. <Dependency>zlib</Dependency>
  39. <Dependency>expat</Dependency>
  40. <Dependency>libgcc</Dependency>
  41. <Dependency>gnutls</Dependency>
  42. <Dependency>libidn</Dependency>
  43. <Dependency>ncurses</Dependency>
  44. <Dependency>readline</Dependency>
  45. </RuntimeDependencies>
  46. <Files>
  47. <Path fileType="config">/etc</Path>
  48. <Path fileType="executable">/usr/bin</Path>
  49. <Path fileType="library">/usr/lib</Path>
  50. <Path fileType="doc">/usr/share/doc/lftp</Path>
  51. <Path fileType="man">/usr/share/man</Path>
  52. <Path fileType="localedata">/usr/share/locale</Path>
  53. <Path fileType="data">/usr/share/lftp</Path>
  54. <Path fileType="data">/usr/share/pixmaps</Path>
  55. </Files>
  56. <AdditionalFiles>
  57. <AdditionalFile target="/usr/share/pixmaps/lftp.png">lftp.png</AdditionalFile>
  58. </AdditionalFiles>
  59. </Package>
  60. <History>
  61. <Update release="9">
  62. <Date>2017-05-25</Date>
  63. <Version>4.7.7</Version>
  64. <Comment>Version bump.</Comment>
  65. <Name>Kamil Atlı</Name>
  66. <Email>suvari@pisilinux.org</Email>
  67. </Update>
  68. <Update release="8">
  69. <Date>2016-11-22</Date>
  70. <Version>4.7.4</Version>
  71. <Comment>Version bump.</Comment>
  72. <Name>Stefan Gronewold(groni)</Name>
  73. <Email>groni@pisilinux.org</Email>
  74. </Update>
  75. </History>
  76. </PISI>