2018-06-09 00:06:58 +02:00
|
|
|
|
# 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
|
2018-07-30 10:08:46 +02:00
|
|
|
|
# Gerekler: gdk-pixbuf gtk2 xorg-libx11
|
|
|
|
|
# Grup: sistem
|
2018-06-09 00:06:58 +02:00
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
}
|