pspec.xml 3.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>libssh</Name>
  6. <Homepage>http://www.libssh.org</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>LGPLv2.1</License>
  12. <IsA>library</IsA>
  13. <Summary>Full C library functions for manipulating a client-side SSH connection</Summary>
  14. <Description>libssh library was designed to be used by programmers needing a working SSH implementation by the mean of a library. The complete control of the client is made by the programmer. With libssh, you can remotely execute programs, transfer files, use a secure and transparent tunnel for your remote programs. With its Secure FTP implementation, you can play with remote files easily, without third-party programs others than libcrypto (from openssl).</Description>
  15. <Archive sha1sum="4e04c06036a7f2c00becc8c3174bba7a3b5248c3" type="targz">https://git.libssh.org/projects/libssh.git/snapshot/libssh-0.7.4.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>zlib-devel</Dependency>
  18. <Dependency>openssl-devel</Dependency>
  19. <!--Dependency>graphviz</Dependency-->
  20. <Dependency>doxygen</Dependency>
  21. <Dependency>cmake</Dependency>
  22. </BuildDependencies>
  23. </Source>
  24. <Package>
  25. <Name>libssh</Name>
  26. <RuntimeDependencies>
  27. <Dependency>zlib</Dependency>
  28. <Dependency>openssl</Dependency>
  29. </RuntimeDependencies>
  30. <Files>
  31. <Path fileType="library">/usr/lib</Path>
  32. <Path fileType="doc">/usr/share/doc</Path>
  33. </Files>
  34. </Package>
  35. <Package>
  36. <Name>libssh-devel</Name>
  37. <Summary>Development files for libssh</Summary>
  38. <RuntimeDependencies>
  39. <Dependency release="current">libssh</Dependency>
  40. </RuntimeDependencies>
  41. <Files>
  42. <Path fileType="header">/usr/include</Path>
  43. <Path fileType="library">/usr/lib/pkgconfig</Path>
  44. </Files>
  45. </Package>
  46. <Package>
  47. <Name>libssh-docs</Name>
  48. <Summary>Development documentation for libssh</Summary>
  49. <Files>
  50. <Path fileType="doc">/usr/share/doc/libssh/html</Path>
  51. <Path fileType="man">/usr/share/man</Path>
  52. </Files>
  53. </Package>
  54. <History>
  55. <Update release="3">
  56. <Date>2017-03-02</Date>
  57. <Version>0.7.4</Version>
  58. <Comment>Version Bump</Comment>
  59. <Name>Ayhan Yalçınsoy</Name>
  60. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  61. </Update>
  62. <Update release="2">
  63. <Date>2016-06-09</Date>
  64. <Version>0.7.3</Version>
  65. <Comment>Release Bump</Comment>
  66. <Name>Pisi Linux Community</Name>
  67. <Email>admin@pisilinux.org</Email>
  68. </Update>
  69. <Update release="1">
  70. <Date>2016-03-25</Date>
  71. <Version>0.7.3</Version>
  72. <Comment>First release</Comment>
  73. <Name>Ertuğrul Erata</Name>
  74. <Email>ertugrulerata@gmail.com</Email>
  75. </Update>
  76. </History>
  77. </PISI>