void-packages/srcpkgs/libssh2/template

26 lines
729 B
Plaintext
Raw Normal View History

2012-05-17 18:17:16 +02:00
# Template file for 'libssh2'
pkgname=libssh2
2012-12-02 15:56:29 +01:00
version=1.4.3
2014-07-14 14:38:07 +02:00
revision=6
2012-05-17 18:17:16 +02:00
build_style=gnu-configure
2014-07-14 14:38:07 +02:00
configure_args="--with-libssl-prefix=${XBPS_CROSS_BASE}/usr"
makedepends="libressl-devel"
2014-02-21 10:49:59 +01:00
short_desc="Library implementing the SSH2 protocol"
2012-05-17 18:17:16 +02:00
maintainer="Juan RP <xtraeme@gmail.com>"
license="BSD"
2012-12-02 15:56:29 +01:00
homepage="http://www.libssh2.org/"
distfiles="http://www.libssh2.org/download/$pkgname-$version.tar.gz"
2012-12-02 16:03:14 +01:00
checksum=eac6f85f9df9db2e6386906a6227eb2cd7b3245739561cad7d6dc1d5d021b96d
2013-05-14 15:13:08 +02:00
libssh2-devel_package() {
2014-07-14 14:38:07 +02:00
depends="libressl-devel ${sourcepkg}>=${version}_${revision}"
2013-05-14 15:13:08 +02:00
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
2014-07-14 14:38:07 +02:00
vmove "usr/lib/*.a"
2014-02-21 10:49:59 +01:00
vmove "usr/lib/*.so"
vmove usr/share
}
}