mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-09 05:23:02 +02:00
libssh2: update to 1.4.3.
This commit is contained in:
parent
79dc5b46f9
commit
b64f35788d
2 changed files with 9 additions and 10 deletions
|
@ -1,15 +1,14 @@
|
||||||
# Template file for 'libssh2-devel'.
|
# Template file for 'libssh2-devel'.
|
||||||
#
|
#
|
||||||
depends="libssh2>=1.4.2"
|
noarch=yes
|
||||||
|
depends="${sourcepkg}>=${version}"
|
||||||
short_desc="${short_desc} -- development files"
|
short_desc="${short_desc} -- development files"
|
||||||
long_desc="${long_desc}
|
long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vmove usr/include usr
|
vmove usr/include usr
|
||||||
vmove "usr/lib/*.a" usr/lib
|
|
||||||
vmove usr/lib/pkgconfig usr/lib
|
vmove usr/lib/pkgconfig usr/lib
|
||||||
vmove usr/share usr
|
vmove usr/share usr
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'libssh2'
|
# Template file for 'libssh2'
|
||||||
pkgname=libssh2
|
pkgname=libssh2
|
||||||
version=1.4.2
|
version=1.4.3
|
||||||
homepage="http://www.libssh2.org/"
|
|
||||||
distfiles="http://www.libssh2.org/download/$pkgname-$version.tar.gz"
|
|
||||||
build_style=gnu-configure
|
|
||||||
makedepends="openssl-devel"
|
|
||||||
revision=1
|
revision=1
|
||||||
|
subpackages="$pkgname-devel"
|
||||||
|
build_style=gnu-configure
|
||||||
|
configure_args="--disable-static"
|
||||||
|
makedepends="openssl-devel"
|
||||||
short_desc="library implementing the SSH2 protocol"
|
short_desc="library implementing the SSH2 protocol"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
|
homepage="http://www.libssh2.org/"
|
||||||
|
distfiles="http://www.libssh2.org/download/$pkgname-$version.tar.gz"
|
||||||
checksum=418c09061fb9c3c26fec391a35a062780b21b3199885e3b27054619582469bd3
|
checksum=418c09061fb9c3c26fec391a35a062780b21b3199885e3b27054619582469bd3
|
||||||
long_desc="
|
long_desc="
|
||||||
libssh2 is a client-side C library implementing the SSH2 protocol. It supports
|
libssh2 is a client-side C library implementing the SSH2 protocol. It supports
|
||||||
regular terminal, SCP and SFTP sessions; port forwarding; password, key-based
|
regular terminal, SCP and SFTP sessions; port forwarding; password, key-based
|
||||||
and keyboard-interactive authentication."
|
and keyboard-interactive authentication."
|
||||||
|
|
||||||
subpackages="$pkgname-devel"
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue