diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2000-10-31 03:39:42 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2000-10-31 03:39:42 +0000 |
commit | e4a4c6e526a01444f750b05fc2cba56ebeb77337 (patch) | |
tree | ff629d3938e3fe306cb602c9534409c5abdfda0e /gnome-apps | |
parent | updates and new ebuilds (diff) | |
download | historical-e4a4c6e526a01444f750b05fc2cba56ebeb77337.tar.gz historical-e4a4c6e526a01444f750b05fc2cba56ebeb77337.tar.bz2 historical-e4a4c6e526a01444f750b05fc2cba56ebeb77337.zip |
more fixes
Diffstat (limited to 'gnome-apps')
-rw-r--r-- | gnome-apps/evolution/evolution-0.6.ebuild | 28 | ||||
-rw-r--r-- | gnome-apps/evolution/files/digest-evolution-0.6 | 1 |
2 files changed, 29 insertions, 0 deletions
diff --git a/gnome-apps/evolution/evolution-0.6.ebuild b/gnome-apps/evolution/evolution-0.6.ebuild new file mode 100644 index 000000000000..7b3bb4a45627 --- /dev/null +++ b/gnome-apps/evolution/evolution-0.6.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/gnome-apps/evolution/evolution-0.6.ebuild,v 1.1 2000/10/31 03:39:42 drobbins 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/gnome-apps/evolution/files/digest-evolution-0.6 b/gnome-apps/evolution/files/digest-evolution-0.6 new file mode 100644 index 000000000000..23e069bdce54 --- /dev/null +++ b/gnome-apps/evolution/files/digest-evolution-0.6 @@ -0,0 +1 @@ +MD5 91afc6d162d10145833b3d11ab3fabf5 evolution-0.6.tar.gz |