From 345a8b7931e78718557d6fb6959e8b9faf35845b Mon Sep 17 00:00:00 2001 From: Achim Gottinger Date: Tue, 6 Mar 2001 06:05:34 +0000 Subject: Updates --- gnome-extra/medusa/medusa-0.3.2.ebuild | 38 ++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 gnome-extra/medusa/medusa-0.3.2.ebuild (limited to 'gnome-extra/medusa') diff --git a/gnome-extra/medusa/medusa-0.3.2.ebuild b/gnome-extra/medusa/medusa-0.3.2.ebuild new file mode 100644 index 000000000000..66b5a8ab75ad --- /dev/null +++ b/gnome-extra/medusa/medusa-0.3.2.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2000 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Achim Gottinger +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/medusa/medusa-0.3.2.ebuild,v 1.1 2001/03/06 06:05:34 achim Exp $ + +A=${P}.tar.gz +S=${WORKDIR}/${P} +DESCRIPTION="medusa" +SRC_URI="ftp://ftp.gnome.org/pub/GNOME/unstable/sources/${PN}/${A} + ftp://gnome.eazel.com/pub/gnome/unstable/sources/${PN}/${A}" +HOMEPAGE="http://www.gnome.org/" + +DEPEND=">=gnome-base/gnome-vfs-0.6.2 + >=sys-libs/db-1.8" + +src_compile() { + + try ./configure --host=${CHOST} --prefix=/opt/gnome \ + --sysconfdir=/etc/opt/gnome --mandir=/opt/gnome/share/man \ + --sharedstatedir=/var/lib --localstatedir=/var/lib --enable-prefere-db1 + try make medusainitdir=/tmp +} + +src_install() { + + try make prefix=${D}/opt/gnome sysconfdir=${D}/etc/opt/gnome \ + medusainitdir=/tmp mandir=${D}/opt/gnome/share/man install + + dodoc AUTHORS COPYING ChangeLog NEWS README + +} + + + + + + + -- cgit v1.2.3-65-gdbad