milis/talimatname/genel/s/ssh-askpass/talimat

22 lines
624 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: Yönetici ayrıcalıkları gerektiren paketlerin şifresini almak için iletişim kutusu
# URL: http://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/
# Paketçi: milisarge
# Gerekler: gdk-pixbuf gtk2 xorg-libx11
# Grup: sistem
isim=ssh-askpass
surum=7.1p2
devir=2
kaynak=(http://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-7.1p2.tar.gz)
derle() {
cd openssh-$surum/contrib
make gnome-ssh-askpass2
install -v -d -m755 $PKG/usr/libexec/openssh/contrib
install -v -m755 gnome-ssh-askpass2 \
$PKG/usr/libexec/openssh/contrib
ln -sv -f contrib/gnome-ssh-askpass2 \
$PKG/usr/libexec/openssh/ssh-askpass
}