summaryrefslogtreecommitdiffstats
path: root/extra/libssh/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2012-01-08 12:15:45 +0100
committertnut <tnut at nutyx dot com>2012-01-08 12:15:45 +0100
commit3f57a7f93b3e7550cbd73036f6a56654e17d1d5c (patch)
tree819b14ab0377fe2054fe59866669d904e9e0b4b5 /extra/libssh/Pkgfile
parentc9972ec7f32bf9d37388e853fe9bf633e242d05a (diff)
downloadnutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.gz
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.bz2
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.xz
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.zip
split de git pakxe et NuTyX-extra
Diffstat (limited to 'extra/libssh/Pkgfile')
-rwxr-xr-xextra/libssh/Pkgfile23
1 files changed, 0 insertions, 23 deletions
diff --git a/extra/libssh/Pkgfile b/extra/libssh/Pkgfile
deleted file mode 100755
index 344737357..000000000
--- a/extra/libssh/Pkgfile
+++ /dev/null
@@ -1,23 +0,0 @@
-# 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
-}
-