23 lines
674 B
Text
23 lines
674 B
Text
# Template file for 'libssh'
|
|
pkgname=libssh
|
|
version=0.6.3
|
|
revision=2
|
|
build_style=cmake
|
|
hostmakedepends="cmake"
|
|
makedepends="zlib-devel libressl-devel"
|
|
short_desc="Multiplatform C library implementing SSHv1 and SSHv2 protocols"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
license="BSD"
|
|
homepage="http://www.libssh.org/"
|
|
distfiles="http://git.libssh.org/projects/libssh.git/snapshot/${pkgname}-${version}.tar.bz2"
|
|
checksum="0dc8f8b540767e57950610a36dde90d4f5ba0102697d1620f19ece40db2a239f"
|
|
|
|
libssh-devel_package() {
|
|
depends="${sourcepkg}>=${version}"
|
|
short_desc+=" - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove "usr/lib/*.so"
|
|
vmove usr/lib/pkgconfig
|
|
}
|
|
}
|