New package: libssh2-1.4.1.
This commit is contained in:
parent
8f90157562
commit
08044b9f9d
6 changed files with 40 additions and 0 deletions
|
@ -980,3 +980,4 @@ libcups.so.2 libcups cups-devel
|
||||||
libcupsimage.so.2 libcups cups-devel
|
libcupsimage.so.2 libcups cups-devel
|
||||||
libijs-0.35.so libijs ghostscript-devel
|
libijs-0.35.so libijs ghostscript-devel
|
||||||
libgs.so.9 libgs ghostscript-devel
|
libgs.so.9 libgs ghostscript-devel
|
||||||
|
libssh2.so.1 libssh2 libssh2-devel
|
||||||
|
|
1
srcpkgs/libssh2-devel
Symbolic link
1
srcpkgs/libssh2-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
libssh2
|
2
srcpkgs/libssh2/depends
Normal file
2
srcpkgs/libssh2/depends
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
abi_depends=">=1.4.1"
|
||||||
|
api_depends="${abi_depends}"
|
15
srcpkgs/libssh2/libssh2-devel.template
Normal file
15
srcpkgs/libssh2/libssh2-devel.template
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
# Template file for 'libssh2-devel'.
|
||||||
|
#
|
||||||
|
short_desc="${short_desc} -- development files"
|
||||||
|
long_desc="${long_desc}
|
||||||
|
|
||||||
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
|
Add_dependency run libssh2 ">=$version"
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
vmove usr/include usr
|
||||||
|
vmove "usr/lib/*.a" usr/lib
|
||||||
|
vmove usr/lib/pkgconfig usr/lib
|
||||||
|
vmove usr/share usr
|
||||||
|
}
|
4
srcpkgs/libssh2/libssh2.rshlibs
Normal file
4
srcpkgs/libssh2/libssh2.rshlibs
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
libssl.so.1
|
||||||
|
libcrypto.so.1
|
||||||
|
libz.so.1
|
||||||
|
libc.so.6
|
17
srcpkgs/libssh2/template
Normal file
17
srcpkgs/libssh2/template
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
# Template file for 'libssh2'
|
||||||
|
pkgname=libssh2
|
||||||
|
version=1.4.1
|
||||||
|
homepage="http://www.libssh2.org/"
|
||||||
|
distfiles="http://www.libssh2.org/download/$pkgname-$version.tar.gz"
|
||||||
|
build_style=gnu-configure
|
||||||
|
short_desc="library implementing the SSH2 protocol"
|
||||||
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
license="BSD"
|
||||||
|
checksum=196579273b47813fe833d35dd234767567ed8938d9b98f1badf7af9002c9322d
|
||||||
|
long_desc="
|
||||||
|
libssh2 is a client-side C library implementing the SSH2 protocol. It supports
|
||||||
|
regular terminal, SCP and SFTP sessions; port forwarding; password, key-based
|
||||||
|
and keyboard-interactive authentication."
|
||||||
|
|
||||||
|
subpackages="$pkgname-devel"
|
||||||
|
Add_dependency build openssl-devel
|
Loading…
Reference in a new issue