libssh2: update to 1.5.0.

This commit is contained in:
Juan RP 2015-03-11 08:31:06 +01:00
parent 31b544020f
commit 6468fb43f1

View file

@ -1,23 +1,23 @@
# Template file for 'libssh2' # Template file for 'libssh2'
pkgname=libssh2 pkgname=libssh2
version=1.4.3 version=1.5.0
revision=8 revision=1
build_style=gnu-configure build_style=gnu-configure
configure_args="--with-libssl-prefix=${XBPS_CROSS_BASE}/usr" configure_args="--with-libssl-prefix=${XBPS_CROSS_BASE}/usr"
makedepends="libressl-devel>=2.1.4" makedepends="zlib-devel libressl-devel>=2.1.4"
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="3-clause-BSD" license="3-clause-BSD"
homepage="http://www.libssh2.org/" homepage="http://www.libssh2.org/"
distfiles="http://www.libssh2.org/download/$pkgname-$version.tar.gz" distfiles="http://www.libssh2.org/download/$pkgname-$version.tar.gz"
checksum=eac6f85f9df9db2e6386906a6227eb2cd7b3245739561cad7d6dc1d5d021b96d checksum=83196badd6868f5b926bdac8017a6f90fb8a90b16652d3bf02df0330d573d0fc
post_install() { post_install() {
vlicense COPYING LICENSE vlicense COPYING LICENSE
} }
libssh2-devel_package() { libssh2-devel_package() {
depends="libressl-devel>=2.1.4 ${sourcepkg}>=${version}_${revision}" depends="${makedepends} ${sourcepkg}-${version}_${revision}"
short_desc+=" - development files" short_desc+=" - development files"
pkg_install() { pkg_install() {
vmove usr/include vmove usr/include