Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=59829e58b8f32741a553f9a81cb3250722dd793c

commit 59829e58b8f32741a553f9a81cb3250722dd793c
Author: bouleetbil <bouleet...@frogdev.info>
Date:   Sun Mar 28 11:36:13 2010 +0200

openssh-5.4p1-2-x86_64
*added subpkg openssh-askpass used by gnome-disk-utilities

diff --git a/source/network/openssh/FrugalBuild 
b/source/network/openssh/FrugalBuild
index 9c41309..03fc063 100644
--- a/source/network/openssh/FrugalBuild
+++ b/source/network/openssh/FrugalBuild
@@ -4,7 +4,7 @@

pkgname=openssh
pkgver=5.4p1
-pkgrel=1
+pkgrel=2
pkgdesc='Secure Shell daemon and clients'
url="http://www.openssh.com/";
backup=('etc/ssh/ssh_config' 'etc/ssh/sshd_config' 'etc/sysconfig/tunnel')
@@ -20,6 +20,13 @@ 
source=(http://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/$pkgname-$pkgver.tar
rc.tunnel tunnel)
signatures=("$source.asc" '' '' '' '' '' '')

+subpkgs=('openssh-askpass')
+subdescs=('X11 passphrase dialog for OpenSSH')
+subdepends=("gtk+2")
+subrodepends=("openssh")
+subgroups=('xapps-extra')
+subarchs=('x86_64 i686 ppc')
+
build()
{
Fbuild --sysconfdir=/etc/ssh --datadir=/usr/share/openssh \
@@ -43,6 +50,11 @@ build()
Fsed '#   ForwardX11 no' '    ForwardX11Trusted yes' 
$Fdestdir/etc/ssh/ssh_config
Fsed '#   ForwardAgent no' '    ForwardAgent yes' $Fdestdir/etc/ssh/ssh_config
Fdoc README.Frugalware
+
+       cd contrib || Fdie
+       make gnome-ssh-askpass2 || Fdie
+       Fcp $pkgname-$pkgver/contrib/gnome-ssh-askpass2 usr/libexec/ssh-askpass 
|| Fdie
+       Fsplit openssh-askpass usr/libexec/ssh-askpass
}

# optimization OK
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to