milis/talimatname/genel/l/libssh2/talimat

20 lines
400 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: ssh2 kütüphanesi
# URL: http://www.libssh2.org/
# Paketçi: yakar_(aydin@komutan.org)
# Gerekler: doxygen cmake
# Grup: kütüphane
isim=libssh2
surum=1.8.0
devir=1
kaynak=(https://www.libssh2.org/download/$isim-$surum.tar.gz)
derle() {
cd "$isim-$surum"
./configure --prefix=/usr
make
make DESTDIR="$PKG" install
install -Dm644 COPYING "$PKG/usr/share/licenses/$isim/LICENSE"
}