milis/talimatname/genel/ssh-askpass/talimat

21 lines
621 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.

# Description: Yönetici ayrıcalıkları gerektiren paketlerin şifresini almak için iletişim kutusu
# URL: http://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/
# Packager: milisarge
# Depend on: gdk-pixbuf gtk2 xorg-libx11
name=ssh-askpass
version=7.1p2
release=2
source=(http://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-7.1p2.tar.gz)
build() {
cd openssh-$version/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
}