diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-25 15:31:25 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-25 15:31:25 +0000 |
commit | 018b264c0ea7d19d6d660aaff533f3a152671f07 (patch) | |
tree | d6a953656c068726f0f720c97f20429a5cf37a68 /app-crypt/seahorse | |
parent | zoo unmasked, license resolved (diff) | |
download | historical-018b264c0ea7d19d6d660aaff533f3a152671f07.tar.gz historical-018b264c0ea7d19d6d660aaff533f3a152671f07.tar.bz2 historical-018b264c0ea7d19d6d660aaff533f3a152671f07.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 |