diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-06-04 21:58:46 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-06-04 21:58:46 +0000 |
commit | 41e72649c19b51794a78eadb189c36362ac19aea (patch) | |
tree | 9fac736a5a8b99294dc8656fefa2a73393481f4a /app-crypt | |
parent | README contains basic installation instructions (diff) | |
download | gentoo-2-41e72649c19b51794a78eadb189c36362ac19aea.tar.gz gentoo-2-41e72649c19b51794a78eadb189c36362ac19aea.tar.bz2 gentoo-2-41e72649c19b51794a78eadb189c36362ac19aea.zip |
*** empty log message ***
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/seahorse/seahorse-0.5.0.ebuild | 8 |
1 files changed, 3 insertions, 5 deletions
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 <achim@gentoo.org> -# $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 |