2017-10-27 20:46:27 +02:00
|
|
|
|
# Tanım: Yönetici ayrıcalıkları gerektiren paketlerin şifresini almak için iletişim kutusu
|
2016-02-24 01:27:23 +01:00
|
|
|
|
# URL: http://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/
|
2017-10-27 20:46:27 +02:00
|
|
|
|
# Paketçi: milisarge
|
2016-02-24 01:27:23 +01:00
|
|
|
|
# Depend on: gdk-pixbuf gtk2 xorg-libx11
|
|
|
|
|
|
2017-10-28 14:10:23 +02:00
|
|
|
|
isim=ssh-askpass
|
|
|
|
|
surum=7.1p2
|
|
|
|
|
devir=2
|
|
|
|
|
kaynak=(http://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-7.1p2.tar.gz)
|
2016-02-24 01:27:23 +01:00
|
|
|
|
|
2017-10-27 23:59:41 +02:00
|
|
|
|
derle() {
|
2016-02-24 01:27:23 +01:00
|
|
|
|
|
2017-10-28 14:10:23 +02:00
|
|
|
|
cd openssh-$surum/contrib
|
2016-02-24 01:27:23 +01:00
|
|
|
|
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
|
|
|
|
|
}
|