libssh2: new package, libssh2 1.6.0
This commit is contained in:
4
libssh2/meta/ChangeLog
Normal file
4
libssh2/meta/ChangeLog
Normal file
@@ -0,0 +1,4 @@
|
||||
CHANGELOG
|
||||
---------
|
||||
* Wed Feb 10 2016 Tom G. Christensen <swpkg@jupiterrise.com> - 1.6.0-1
|
||||
- Initial package
|
||||
1
libssh2/meta/depend
Normal file
1
libssh2/meta/depend
Normal file
@@ -0,0 +1 @@
|
||||
TGClssh2d libssh2 auto
|
||||
24
libssh2/meta/pkgdef
Normal file
24
libssh2/meta/pkgdef
Normal file
@@ -0,0 +1,24 @@
|
||||
[libssh2]
|
||||
pkgname="${pkgprefix}lssh2"
|
||||
name="$topdir - library implementing the SSH2 protocol"
|
||||
pkgcat="application"
|
||||
pkgvendor="http://www.libssh2.org/"
|
||||
pkgdesc="A client-side C library implementing the SSH2 protocol"
|
||||
pkgver="$pkgver"
|
||||
files(-,root,bin)
|
||||
default_docs
|
||||
$_libdir/*.so.*
|
||||
|
||||
[libssh2-devel]
|
||||
pkgname="${pkgprefix}lssh2d"
|
||||
name="${topdir}-devel - Development support for libssh2 "
|
||||
pkgcat="application"
|
||||
pkgvendor="http://www.libssh2.org/"
|
||||
pkgdesc="Files needed for developing with libssh2"
|
||||
pkgver="$pkgver"
|
||||
files(-,root,bin)
|
||||
$_includedir
|
||||
$_libdir/pkgconfig/libssh2.pc
|
||||
$_libdir/libssh2.so
|
||||
$_mandir/man3/libssh2*
|
||||
|
||||
Reference in New Issue
Block a user