From 3f57a7f93b3e7550cbd73036f6a56654e17d1d5c Mon Sep 17 00:00:00 2001 From: tnut Date: Sun, 8 Jan 2012 12:15:45 +0100 Subject: split de git pakxe et NuTyX-extra --- libssh/.footprint.i686 | 19 +++++++++++++++++++ libssh/.footprint.x86_64 | 19 +++++++++++++++++++ libssh/.md5sum.i686 | 1 + libssh/.md5sum.x86_64 | 1 + libssh/Pkgfile | 23 +++++++++++++++++++++++ 5 files changed, 63 insertions(+) create mode 100644 libssh/.footprint.i686 create mode 100644 libssh/.footprint.x86_64 create mode 100644 libssh/.md5sum.i686 create mode 100644 libssh/.md5sum.x86_64 create mode 100755 libssh/Pkgfile (limited to 'libssh') diff --git a/libssh/.footprint.i686 b/libssh/.footprint.i686 new file mode 100644 index 000000000..ac58ef90b --- /dev/null +++ b/libssh/.footprint.i686 @@ -0,0 +1,19 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/include/libssh/ +-rw-r--r-- root/root usr/include/libssh/callbacks.h +-rw-r--r-- root/root usr/include/libssh/legacy.h +-rw-r--r-- root/root usr/include/libssh/libssh.h +-rw-r--r-- root/root usr/include/libssh/server.h +-rw-r--r-- root/root usr/include/libssh/sftp.h +-rw-r--r-- root/root usr/include/libssh/ssh2.h +drwxr-xr-x root/root usr/lib/ +lrwxrwxrwx root/root usr/lib/libssh.so -> libssh.so.4 +lrwxrwxrwx root/root usr/lib/libssh.so.4 -> libssh.so.4.2.2 +-rwxr-xr-x root/root usr/lib/libssh.so.4.2.2 +lrwxrwxrwx root/root usr/lib/libssh_threads.so -> libssh_threads.so.4 +lrwxrwxrwx root/root usr/lib/libssh_threads.so.4 -> libssh_threads.so.4.2.2 +-rwxr-xr-x root/root usr/lib/libssh_threads.so.4.2.2 +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/libssh.pc +-rw-r--r-- root/root usr/lib/pkgconfig/libssh_threads.pc diff --git a/libssh/.footprint.x86_64 b/libssh/.footprint.x86_64 new file mode 100644 index 000000000..ac58ef90b --- /dev/null +++ b/libssh/.footprint.x86_64 @@ -0,0 +1,19 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/include/libssh/ +-rw-r--r-- root/root usr/include/libssh/callbacks.h +-rw-r--r-- root/root usr/include/libssh/legacy.h +-rw-r--r-- root/root usr/include/libssh/libssh.h +-rw-r--r-- root/root usr/include/libssh/server.h +-rw-r--r-- root/root usr/include/libssh/sftp.h +-rw-r--r-- root/root usr/include/libssh/ssh2.h +drwxr-xr-x root/root usr/lib/ +lrwxrwxrwx root/root usr/lib/libssh.so -> libssh.so.4 +lrwxrwxrwx root/root usr/lib/libssh.so.4 -> libssh.so.4.2.2 +-rwxr-xr-x root/root usr/lib/libssh.so.4.2.2 +lrwxrwxrwx root/root usr/lib/libssh_threads.so -> libssh_threads.so.4 +lrwxrwxrwx root/root usr/lib/libssh_threads.so.4 -> libssh_threads.so.4.2.2 +-rwxr-xr-x root/root usr/lib/libssh_threads.so.4.2.2 +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/libssh.pc +-rw-r--r-- root/root usr/lib/pkgconfig/libssh_threads.pc diff --git a/libssh/.md5sum.i686 b/libssh/.md5sum.i686 new file mode 100644 index 000000000..951d2ac0f --- /dev/null +++ b/libssh/.md5sum.i686 @@ -0,0 +1 @@ +38b67c48af7a9204660a3e08f97ceba6 libssh-0.5.2.tar.gz diff --git a/libssh/.md5sum.x86_64 b/libssh/.md5sum.x86_64 new file mode 100644 index 000000000..951d2ac0f --- /dev/null +++ b/libssh/.md5sum.x86_64 @@ -0,0 +1 @@ +38b67c48af7a9204660a3e08f97ceba6 libssh-0.5.2.tar.gz diff --git a/libssh/Pkgfile b/libssh/Pkgfile new file mode 100755 index 000000000..344737357 --- /dev/null +++ b/libssh/Pkgfile @@ -0,0 +1,23 @@ +# Description: Librairie permettant l'usage de ssh dans des client à travers la librairie C +# URL: http://www.libssh.org/ +# Maintainer: NuTyX packager team +# Packager: thierryn1 at hispeed dot ch +# Depends on: cmake +# Run on: + +name=libssh +version=0.5.2 +release=1 +source=(https://red.libssh.org/attachments/download/27/$name-$version.tar.gz) + +build() { + cd $name-$version + mkdir build + cd build + cmake .. \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_BUILD_TYPE=Release + make + make DESTDIR=$PKG install +} + -- cgit v1.2.3-54-g00ecf