New package: libssh-0.5.4.
This commit is contained in:
parent
26a7de73ec
commit
3cd0d8dae2
|
@ -1275,3 +1275,5 @@ libkio.so.5 kdelibs-4.10.4_1
|
|||
libsolid.so.4 kdelibs-4.10.4_1
|
||||
libkidletime.so.4 kdelibs-4.10.4_1
|
||||
libnepomukcore.so.4 nepomuk-core-4.10.4_1
|
||||
libssh.so.4 libssh-0.5.4_1
|
||||
libssh_threads.so.4 libssh-0.5.4_1
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
nepomuk-core
|
|
@ -0,0 +1 @@
|
|||
libssh
|
|
@ -0,0 +1,38 @@
|
|||
# Template file for 'libssh'
|
||||
pkgname=libssh
|
||||
version=0.5.4
|
||||
revision=1
|
||||
build_style=cmake
|
||||
makedepends="zlib-devel openssl-devel"
|
||||
short_desc="The SSH library"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="BSD"
|
||||
homepage="http://www.libssh.org/"
|
||||
long_desc="
|
||||
libssh is a mulitplatform C library implementing the SSHv2 and SSHv1 protocol
|
||||
on client and server side. With libssh, you can remotely execute programs,
|
||||
transfer files, use a secure and transparent tunnel for your remote applications."
|
||||
|
||||
nofetch=yes
|
||||
noextract=yes
|
||||
|
||||
do_fetch() {
|
||||
git clone -b${pkgname}-${version} \
|
||||
git://git.libssh.org/projects/libssh.git ${pkgname}-${version}
|
||||
}
|
||||
|
||||
libssh-devel_package() {
|
||||
depends="${sourcepkg}>=${version}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove "usr/lib/*.so"
|
||||
vmove usr/lib/pkgconfig
|
||||
}
|
||||
}
|
||||
|
||||
libssh_package() {
|
||||
pkg_install() {
|
||||
vmove all
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue