From 41e72649c19b51794a78eadb189c36362ac19aea Mon Sep 17 00:00:00 2001 From: Achim Gottinger Date: Mon, 4 Jun 2001 21:58:46 +0000 Subject: *** empty log message *** --- app-crypt/seahorse/seahorse-0.5.0.ebuild | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'app-crypt') diff --git a/app-crypt/seahorse/seahorse-0.5.0.ebuild b/app-crypt/seahorse/seahorse-0.5.0.ebuild index 2121d1ecc31e..98d9a86efef1 100644 --- a/app-crypt/seahorse/seahorse-0.5.0.ebuild +++ b/app-crypt/seahorse/seahorse-0.5.0.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger -# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse/seahorse-0.5.0.ebuild,v 1.2 2001/05/09 04:37:31 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse/seahorse-0.5.0.ebuild,v 1.3 2001/06/04 21:57:52 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -9,18 +9,16 @@ DESCRIPTION="gnome front end to gnupg" SRC_URI="http://download.sourceforge.net/seahorse/${A}" HOMEPGAE="http://seahorse.sourceforge.net/" -DEPEND=">=x11-libs/gtk+-1.2.10 +DEPEND="virtual/glibc virtual/x11 >=app-crypt/gnupg-1.0.4 >=gnome-base/gnome-libs-1.2" src_compile() { - cd ${S} try ./configure --host=${CHOST} --prefix=/opt/gnome try make } -src_install() { - cd ${S} +src_install() { try make prefix=${D}/opt/gnome install dodoc AUTHORS COPYING ChangeLog NEWS README TODO -- cgit v1.2.3-65-gdbad