libssh: set license to LGPL-2.1.
This commit is contained in:
parent
13a64aa456
commit
fa40c73a55
|
@ -1,19 +1,19 @@
|
||||||
# Template file for 'libssh'
|
# Template file for 'libssh'
|
||||||
pkgname=libssh
|
pkgname=libssh
|
||||||
version=0.6.3
|
version=0.6.3
|
||||||
revision=2
|
revision=3
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="cmake"
|
hostmakedepends="cmake pkg-config"
|
||||||
makedepends="zlib-devel libressl-devel"
|
makedepends="zlib-devel libressl-devel"
|
||||||
short_desc="Multiplatform C library implementing SSHv1 and SSHv2 protocols"
|
short_desc="Multiplatform C library implementing the SSH v2 protocol"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="BSD"
|
license="LGPL-2.1"
|
||||||
homepage="http://www.libssh.org/"
|
homepage="http://www.libssh.org/"
|
||||||
distfiles="http://git.libssh.org/projects/libssh.git/snapshot/${pkgname}-${version}.tar.bz2"
|
distfiles="http://git.libssh.org/projects/libssh.git/snapshot/${pkgname}-${version}.tar.bz2"
|
||||||
checksum="0dc8f8b540767e57950610a36dde90d4f5ba0102697d1620f19ece40db2a239f"
|
checksum=0dc8f8b540767e57950610a36dde90d4f5ba0102697d1620f19ece40db2a239f
|
||||||
|
|
||||||
libssh-devel_package() {
|
libssh-devel_package() {
|
||||||
depends="${sourcepkg}>=${version}"
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
|
|
Loading…
Reference in New Issue