milis/talimatname/genel/l/libssh2/talimat

19 lines
388 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: ssh2 kütüphanesi
2017-08-07 19:28:35 +02:00
# URL: http://www.libssh2.org/
2017-10-27 20:46:27 +02:00
# Paketçi: yakar (aydin@komutan.org)
# Gerekler: doxygen cmake
2017-08-07 19:28:35 +02:00
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"
}