23 lines
701 B
Text
23 lines
701 B
Text
# Template file for 'libssh'
|
|
pkgname=libssh
|
|
version=0.6.3
|
|
revision=4
|
|
build_style=cmake
|
|
hostmakedepends="cmake pkg-config"
|
|
makedepends="zlib-devel libressl-devel>=2.1.4"
|
|
short_desc="Multiplatform C library implementing the SSH v2 protocol"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
license="LGPL-2.1"
|
|
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}_${revision}"
|
|
short_desc+=" - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove "usr/lib/*.so"
|
|
vmove usr/lib/pkgconfig
|
|
}
|
|
}
|