milis/talimatname/genel/l/libssh/talimat

19 lines
447 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: C kitaplıkları aracılığıyla ssh istemci servislerine erişmek için kütüphane
# URL: http://www.libssh.org/
# Paketçi: yakar (aydin@komutan.org)
# Gerekler: doxygen cmake
isim=libssh
surum=0.7.5
devir=1
kaynak=( https://git.libssh.org/projects/libssh.git/snapshot/$isim-$surum.tar.gz)
derle() {
cd $SRC/
cmake $isim-$surum/ -DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release
make
make DESTDIR=$PKG install
}