From ccd37b2fbdaa4b82bff24b40723f2380f74f37d6 Mon Sep 17 00:00:00 2001 From: tnut Date: Thu, 25 Feb 2010 18:58:48 +0100 Subject: Ajout de libssh#0.4.1-1 --- extra/libssh/Pkgfile | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100755 extra/libssh/Pkgfile (limited to 'extra/libssh/Pkgfile') diff --git a/extra/libssh/Pkgfile b/extra/libssh/Pkgfile new file mode 100755 index 000000000..e6f65fd0e --- /dev/null +++ b/extra/libssh/Pkgfile @@ -0,0 +1,21 @@ +# Description: Librairie permettant l'usage de ssh dans des client à travers la librairie C +# URL: http://www.libssh.org/ +# Maintainer: NuTyX +# Packager: thierryn1 at hispeed dot ch +# Depends on: cmake + +name=libssh +version=0.4.1 +release=1 +source=(http://www.libssh.org/files/$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-70-g09d2