20 lines
400 B
Plaintext
20 lines
400 B
Plaintext
# 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"
|
||
}
|