diff options
Diffstat (limited to 'app-office/dia/dia-0.86.ebuild')
-rw-r--r-- | app-office/dia/dia-0.86.ebuild | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/app-office/dia/dia-0.86.ebuild b/app-office/dia/dia-0.86.ebuild deleted file mode 100644 index 27d1f8416e0c..000000000000 --- a/app-office/dia/dia-0.86.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# 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/app-office/dia/dia-0.86.ebuild,v 1.6 2000/11/04 18:43:06 achim Exp $ - -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="Diagram Creation Program" -SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${A}" -HOMEPAGE="http://www.gnome.org/gnome-office/dia.shtml" - -DEPEND=">=gnome-base/gnome-print-0.24 - >=app-arch/rpm-3.0.5" - -src_compile() { - - cd ${S} - try ./configure --host=${CHOST} --prefix=/opt/gnome \ - --with-catgets --enable-gnome --enable-gnome-print - # bonobo support does not work yet - try make - -} - -src_install () { - - cd ${S} - try make prefix=${D}/opt/gnome install - dodoc AUTHORS COPYING ChangeLog README NEWS TODO KNOWN_BUGS -} - - - |