pspec.xml 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>libssh2</Name>
  6. <Homepage>http://www.libssh2.org/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>BSD</License>
  12. <IsA>library</IsA>
  13. <Summary>A library implementing the SSH2 protocol</Summary>
  14. <Description>libssh2 is a library implementing the SSH2 protocol as defined by Internet Drafts: SECSH-TRANS, SECSH-USERAUTH, SECSH-CONNECTION, SECSH-ARCH, SECSH-FILEXFER, SECSH-DHGEX, SECSH-NUMBERS, and SECSH-PUBLICKEY.</Description>
  15. <Archive sha1sum="baf2d1fb338eee531ba9b6b121c64235e089e0f5" type="targz">https://www.libssh2.org/download/libssh2-1.8.0.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>openssl-devel</Dependency>
  18. <Dependency>zlib-devel</Dependency>
  19. </BuildDependencies>
  20. </Source>
  21. <Package>
  22. <Name>libssh2</Name>
  23. <RuntimeDependencies>
  24. <Dependency>openssl</Dependency>
  25. <Dependency>zlib</Dependency>
  26. </RuntimeDependencies>
  27. <Files>
  28. <Path fileType="library">/usr/lib</Path>
  29. <Path fileType="doc">/usr/share/doc</Path>
  30. </Files>
  31. </Package>
  32. <Package>
  33. <Name>libssh2-devel</Name>
  34. <PartOf>system.devel</PartOf>
  35. <Summary>Development files for libssh2</Summary>
  36. <RuntimeDependencies>
  37. <Dependency release="current">libssh2</Dependency>
  38. </RuntimeDependencies>
  39. <Files>
  40. <Path fileType="header">/usr/include</Path>
  41. <Path fileType="data">/usr/lib/pkgconfig</Path>
  42. <Path fileType="man">/usr/share/man</Path>
  43. </Files>
  44. </Package>
  45. <History>
  46. <Update release="3">
  47. <Date>2017-01-22</Date>
  48. <Version>1.8.0</Version>
  49. <Comment>Version bump.</Comment>
  50. <Name>Ertuğrul Erata</Name>
  51. <Email>ertugrulerata@gmail.com</Email>
  52. </Update>
  53. <Update release="2">
  54. <Date>2016-04-27</Date>
  55. <Version>1.7.0</Version>
  56. <Comment>Release Bump</Comment>
  57. <Name>PisiLinux Community</Name>
  58. <Email>admin@pisilinux.org</Email>
  59. </Update>
  60. <Update release="1">
  61. <Date>2016-03-08</Date>
  62. <Version>1.7.0</Version>
  63. <Comment>First release</Comment>
  64. <Name>Alihan Öztürk</Name>
  65. <Email>alihan@pisilinux.org</Email>
  66. </Update>
  67. </History>
  68. </PISI>