void-packages/srcpkgs/libssh2/template

30 lines
797 B
Bash
Raw Normal View History

2012-05-17 16:17:16 +00:00
# Template file for 'libssh2'
pkgname=libssh2
2015-03-11 07:31:06 +00:00
version=1.5.0
revision=1
2012-05-17 16:17:16 +00:00
build_style=gnu-configure
2014-07-14 12:38:07 +00:00
configure_args="--with-libssl-prefix=${XBPS_CROSS_BASE}/usr"
makedepends="zlib-devel libressl-devel"
2014-02-21 09:49:59 +00:00
short_desc="Library implementing the SSH2 protocol"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
2015-02-24 09:23:46 +00:00
license="3-clause-BSD"
2012-12-02 14:56:29 +00:00
homepage="http://www.libssh2.org/"
distfiles="http://www.libssh2.org/download/$pkgname-$version.tar.gz"
2015-03-11 07:31:06 +00:00
checksum=83196badd6868f5b926bdac8017a6f90fb8a90b16652d3bf02df0330d573d0fc
2013-05-14 13:13:08 +00:00
2015-02-24 09:23:46 +00:00
post_install() {
vlicense COPYING LICENSE
}
libssh2-devel_package() {
2015-03-11 07:31:06 +00:00
depends="${makedepends} ${sourcepkg}-${version}_${revision}"
2013-05-14 13:13:08 +00:00
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
2014-07-14 12:38:07 +00:00
vmove "usr/lib/*.a"
2014-02-21 09:49:59 +00:00
vmove "usr/lib/*.so"
vmove usr/share
}
}