New package: gnome-ssh-askpass-6.7p1
This commit is contained in:
parent
68e0328f83
commit
272e00d6ba
1 changed files with 22 additions and 0 deletions
22
srcpkgs/gnome-ssh-askpass/template
Normal file
22
srcpkgs/gnome-ssh-askpass/template
Normal file
|
@ -0,0 +1,22 @@
|
|||
# Template file for 'gnome-ssh-askpass'
|
||||
pkgname=gnome-ssh-askpass
|
||||
version=6.7p1
|
||||
revision=1
|
||||
wrksrc="openssh-${version}"
|
||||
hostmakedepends="pkg-config gtk+-devel"
|
||||
short_desc="GTK SSH passphrase grabber (from OpenSSH)"
|
||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||
license="BSD"
|
||||
homepage="http://www.openssh.org"
|
||||
distfiles="ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-$version.tar.gz"
|
||||
checksum=b2f8394eae858dabbdef7dac10b99aec00c95462753e80342e530bbb6f725507
|
||||
update_pkgname="openssh"
|
||||
|
||||
do_build() {
|
||||
cd contrib
|
||||
${CC} ${CFLAGS} $(pkg-config --cflags gtk+-2.0) gnome-ssh-askpass2.c -o gnome-ssh-askpass $(pkg-config --libs gtk+-2.0) ${LDFLAGS} -lX11
|
||||
}
|
||||
|
||||
do_install() {
|
||||
vbin contrib/gnome-ssh-askpass
|
||||
}
|
Loading…
Reference in a new issue