diff options
author | 2002-07-25 15:31:25 +0000 | |
---|---|---|
committer | 2002-07-25 15:31:25 +0000 | |
commit | 75a4f10e807076790e201c5f969644e5a2f5c256 (patch) | |
tree | ee9d1bb093e6be51af347a9db499163e87b4d968 /app-crypt/seahorse | |
parent | added ppc to keywords (diff) | |
download | gentoo-2-75a4f10e807076790e201c5f969644e5a2f5c256.tar.gz gentoo-2-75a4f10e807076790e201c5f969644e5a2f5c256.tar.bz2 gentoo-2-75a4f10e807076790e201c5f969644e5a2f5c256.zip |
repoman'd
Diffstat (limited to 'app-crypt/seahorse')
-rw-r--r-- | app-crypt/seahorse/seahorse-0.5.0.ebuild | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/app-crypt/seahorse/seahorse-0.5.0.ebuild b/app-crypt/seahorse/seahorse-0.5.0.ebuild index 10948fbeab62..737edcce807e 100644 --- a/app-crypt/seahorse/seahorse-0.5.0.ebuild +++ b/app-crypt/seahorse/seahorse-0.5.0.ebuild @@ -1,28 +1,28 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. +# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse/seahorse-0.5.0.ebuild,v 1.11 2002/07/11 06:30:11 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse/seahorse-0.5.0.ebuild,v 1.12 2002/07/25 15:31:25 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="gnome front end to gnupg" SRC_URI="http://download.sourceforge.net/seahorse/${P}.tar.gz" HOMEPGAE="http://seahorse.sourceforge.net/" + +SLOT="0" LICENSE="GPL-2" +KEYWORDS="x86" -DEPEND="virtual/glibc virtual/x11 +DEPEND="virtual/x11 >=app-crypt/gnupg-1.0.4 >=gnome-base/gnome-libs-1.4.1.2-r1" src_compile() { - ./configure --host=${CHOST} \ - --prefix=/usr - assert - + econf || die emake || die } src_install() { - make DESTDIR=${D} \ - localedir=${D}/usr/share/locale \ + make DESTDIR=${D} \ + localedir=${D}/usr/share/locale \ gnulocaledir=${D}/usr/share/locale install || die dodoc AUTHORS COPYING ChangeLog NEWS README TODO |