diff options
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/evolution/evolution-0.5.1.ebuild | 28 | ||||
-rw-r--r-- | net-mail/evolution/files/digest-evolution-0.5.1 | 1 |
2 files changed, 29 insertions, 0 deletions
diff --git a/net-mail/evolution/evolution-0.5.1.ebuild b/net-mail/evolution/evolution-0.5.1.ebuild new file mode 100644 index 000000000000..2288fd438b31 --- /dev/null +++ b/net-mail/evolution/evolution-0.5.1.ebuild @@ -0,0 +1,28 @@ +# 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/net-mail/evolution/evolution-0.5.1.ebuild,v 1.1 2000/10/14 11:32:52 achim Exp $ + +A=${P}.tar.gz +S=${WORKDIR}/${P} +DESCRIPTION="evolution" +SRC_URI="http://www.helixcode.com/apps/evolution-preview/${A}" +HOMEPAGE="http://" + + +src_compile() { + + cd ${S} + try ./configure --prefix=/opt/gnome --host=${CHOST} --with-catgets + try make + +} + +src_install () { + + cd ${S} + try make DESTDIR=${D} install + dodoc AUTHORS COPYING ChangeLog HACKING MAINTAINERS + dodoc NEWS README +} + diff --git a/net-mail/evolution/files/digest-evolution-0.5.1 b/net-mail/evolution/files/digest-evolution-0.5.1 new file mode 100644 index 000000000000..d3f2c49ebb52 --- /dev/null +++ b/net-mail/evolution/files/digest-evolution-0.5.1 @@ -0,0 +1 @@ +MD5 6bc6e4f59b5cdfdbf50868aecaa382b1 evolution-0.5.1.tar.gz |