From d7bfdc1a2dc28a73777adbc4d78abf9562ce81b4 Mon Sep 17 00:00:00 2001 From: milisbir Date: Mon, 7 Aug 2017 20:28:35 +0300 Subject: [PATCH] libssh2.paketlendi --- talimatname/genel/libssh2/talimat | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 talimatname/genel/libssh2/talimat diff --git a/talimatname/genel/libssh2/talimat b/talimatname/genel/libssh2/talimat new file mode 100644 index 000000000..b8f3eb858 --- /dev/null +++ b/talimatname/genel/libssh2/talimat @@ -0,0 +1,18 @@ +# Description: ssh2 kütüphanesi +# URL: http://www.libssh2.org/ +# Packager: yakar (aydin@komutan.org) +# Depends on: doxygen cmake + +name=libssh2 +version=1.8.0 +release=1 + +source=(https://www.libssh2.org/download/$name-$version.tar.gz) + +build() { + cd "$name-$version" + ./configure --prefix=/usr + make + make DESTDIR="$PKG" install + install -Dm644 COPYING "$PKG/usr/share/licenses/$name/LICENSE" +}