diff options
Diffstat (limited to 'gnome-base/libglade/libglade-0.16.ebuild')
-rw-r--r-- | gnome-base/libglade/libglade-0.16.ebuild | 49 |
1 files changed, 0 insertions, 49 deletions
diff --git a/gnome-base/libglade/libglade-0.16.ebuild b/gnome-base/libglade/libglade-0.16.ebuild deleted file mode 100644 index a167511f8c23..000000000000 --- a/gnome-base/libglade/libglade-0.16.ebuild +++ /dev/null @@ -1,49 +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/gnome-base/libglade/libglade-0.16.ebuild,v 1.1 2001/03/06 05:21:09 achim Exp $ - -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="libglade" -SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${A} - ftp://gnome.eazel.com/pub/gnome/stable/sources/${PN}/${A}" -HOMEPAGE="http://www.gnome.org/" - -DEPEND="nls? ( sys-devel/gettext ) - >=gnome-base/gnome-libs-1.2.12 - >=gnome-base/libxml-1.8.11 - bonobo? ( >=gnome-base/bonobo-0.37 )" - -src_compile() { - - local myopts - if [ "`use bonobo`" ] - then - myconf="--enable-bonobo" - else - myconf="--disable-bonobo" - fi - if [ -z "`use nls`" ] - then - myconf="${myconf} --disable-nls" - fi - try ./configure --host=${CHOST} --prefix=/opt/gnome ${myconf} - try make - -} - -src_install() { - try make prefix=${D}/opt/gnome install - dodoc AUTHORS COPYING* ChangeLog NEWS - dodoc doc/*.txt -} - - - - - - - - - |