102 lines
3.9 KiB
XML
102 lines
3.9 KiB
XML
<?xml version="1.0" ?>
|
||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||
<PISI>
|
||
<Source>
|
||
<Name>libssh</Name>
|
||
<Homepage>http://www.libssh.org</Homepage>
|
||
<Packager>
|
||
<Name>PisiLinux Community</Name>
|
||
<Email>admins@pisilinux.org</Email>
|
||
</Packager>
|
||
<License>LGPLv2.1</License>
|
||
<IsA>library</IsA>
|
||
<Summary>Full C library functions for manipulating a client-side SSH connection</Summary>
|
||
<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>
|
||
<Archive sha1sum="4e79f902ae91456de56f5d6ca8dc94c452379749" type="targz">https://git.libssh.org/projects/libssh.git/snapshot/libssh-0.6.4.tar.gz</Archive>
|
||
<BuildDependencies>
|
||
<Dependency>zlib-devel</Dependency>
|
||
<Dependency>openssl-devel</Dependency>
|
||
<!--Dependency>graphviz</Dependency-->
|
||
<Dependency>doxygen</Dependency>
|
||
<Dependency>cmake</Dependency>
|
||
</BuildDependencies>
|
||
</Source>
|
||
|
||
<Package>
|
||
<Name>libssh</Name>
|
||
<RuntimeDependencies>
|
||
<Dependency>zlib</Dependency>
|
||
<Dependency>openssl</Dependency>
|
||
</RuntimeDependencies>
|
||
<Files>
|
||
<Path fileType="library">/usr/lib</Path>
|
||
<Path fileType="doc">/usr/share/doc</Path>
|
||
</Files>
|
||
</Package>
|
||
|
||
<Package>
|
||
<Name>libssh-devel</Name>
|
||
<Summary>Development files for libssh</Summary>
|
||
<RuntimeDependencies>
|
||
<Dependency release="current">libssh</Dependency>
|
||
</RuntimeDependencies>
|
||
<Files>
|
||
<Path fileType="header">/usr/include</Path>
|
||
<Path fileType="library">/usr/lib/pkgconfig</Path>
|
||
</Files>
|
||
</Package>
|
||
|
||
<Package>
|
||
<Name>libssh-docs</Name>
|
||
<Summary>Development documentation for libssh</Summary>
|
||
<Files>
|
||
<Path fileType="doc">/usr/share/doc/libssh/html</Path>
|
||
<Path fileType="man">/usr/share/man</Path>
|
||
</Files>
|
||
</Package>
|
||
|
||
<History>
|
||
<Update release="6">
|
||
<Date>2014-07-30</Date>
|
||
<Version>0.6.4</Version>
|
||
<Comment>Version bump.</Comment>
|
||
<Name>Ertuğrul Erata</Name>
|
||
<Email>ertugrulerata@gmail.com</Email>
|
||
</Update>
|
||
<Update release="5">
|
||
<Date>2014-05-08</Date>
|
||
<Version>0.6.3</Version>
|
||
<Comment>Version bump.</Comment>
|
||
<Name>Serdar Soytetir</Name>
|
||
<Email>kaptan@pisilinux.org</Email>
|
||
</Update>
|
||
<Update release="4">
|
||
<Date>2014-03-09</Date>
|
||
<Version>5.4</Version>
|
||
<Comment>Rebuild.</Comment>
|
||
<Name>Kamil Atlı</Name>
|
||
<Email>suvarice@gmail.com</Email>
|
||
</Update>
|
||
<Update release="3">
|
||
<Date>2013-07-27</Date>
|
||
<Version>5.4</Version>
|
||
<Comment>Move pc files to devel pack, rebuild</Comment>
|
||
<Name>PisiLinux Community</Name>
|
||
<Email>admins@pisilinux.org</Email>
|
||
</Update>
|
||
<Update release="2">
|
||
<Date>2013-05-04</Date>
|
||
<Version>5.4</Version>
|
||
<Comment>V.Bump</Comment>
|
||
<Name>PisiLinux Community</Name>
|
||
<Email>admins@pisilinux.org</Email>
|
||
</Update>
|
||
<Update release="1">
|
||
<Date>2012-09-01</Date>
|
||
<Version>0.5.2</Version>
|
||
<Comment>First release</Comment>
|
||
<Name>PisiLinux Community</Name>
|
||
<Email>admins@pisilinux.org</Email>
|
||
</Update>
|
||
</History>
|
||
</PISI> |