diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-09-08 06:56:37 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-09-08 06:56:37 +0000 |
commit | f28895c149c32e36b50d3d24972c2e391bc546c5 (patch) | |
tree | 74dd65687f294d28f20e100a26d4a21184628240 /net-misc/x11-ssh-askpass | |
parent | repoman: header fix (diff) | |
download | gentoo-2-f28895c149c32e36b50d3d24972c2e391bc546c5.tar.gz gentoo-2-f28895c149c32e36b50d3d24972c2e391bc546c5.tar.bz2 gentoo-2-f28895c149c32e36b50d3d24972c2e391bc546c5.zip |
repoman
Diffstat (limited to 'net-misc/x11-ssh-askpass')
-rw-r--r-- | net-misc/x11-ssh-askpass/x11-ssh-askpass-1.2.2-r1.ebuild | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/net-misc/x11-ssh-askpass/x11-ssh-askpass-1.2.2-r1.ebuild b/net-misc/x11-ssh-askpass/x11-ssh-askpass-1.2.2-r1.ebuild index 1f498a533c42..5153a543b5e0 100644 --- a/net-misc/x11-ssh-askpass/x11-ssh-askpass-1.2.2-r1.ebuild +++ b/net-misc/x11-ssh-askpass/x11-ssh-askpass-1.2.2-r1.ebuild @@ -1,22 +1,24 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/x11-ssh-askpass/x11-ssh-askpass-1.2.2-r1.ebuild,v 1.13 2003/09/05 22:01:49 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/x11-ssh-askpass/x11-ssh-askpass-1.2.2-r1.ebuild,v 1.14 2003/09/08 06:55:59 vapier Exp $ -S=${WORKDIR}/${P} DESCRIPTION="X11-based passphrase dialog for use with OpenSSH" HOMEPAGE="http://www.liquidmeme.net/software/x11-ssh-askpass/" SRC_URI="http://www.liquidmeme.net/software/${PN}/${P}.tar.gz" -KEYWORDS="x86 sparc ~alpha ppc" + LICENSE="as-is" SLOT="0" +KEYWORDS="x86 sparc ~alpha ppc" -DEPEND="virtual/glibc virtual/x11" -RDEPEND=">=net-misc/openssh-2.3.0 virtual/x11" +DEPEND="virtual/glibc + virtual/x11" +RDEPEND=">=net-misc/openssh-2.3.0 + virtual/x11" src_unpack() { unpack ${A} cd ${S} - patch -p0 < ${FILESDIR}/stupid-imake.diff + epatch ${FILESDIR}/stupid-imake.diff } src_compile() { ./configure --prefix=/usr --libexecdir=/usr/lib/misc || die @@ -25,7 +27,6 @@ src_compile() { make "CDEBUGFLAGS=${CFLAGS}" || die } - src_install() { newman x11-ssh-askpass.man x11-ssh-askpass.1 dobin x11-ssh-askpass |