# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # $Header: /home/cvsroot/gentoo-x86/gnome-extra/gal/gal-0.19.3.ebuild,v 1.4 2002/08/19 06:01:32 spider Exp $ S=${WORKDIR}/${P} DESCRIPTION="The Gnome Application Libraries" SRC_URI="ftp://ftp.ximian.com/pub/source/evolution-beta/${P}.tar.gz" HOMEPAGE="http://www.gnome.org/" SLOT="0" LICENSE="GPL-2 LGPL-2.1" KEYWORDS="x86 ppc sparc sparc64" DEPEND="nls? ( sys-devel/gettext ) >=dev-util/intltool-0.11 sys-devel/perl =dev-libs/libunicode-0.4-r1 alsa? ( >=media-libs/alsa-lib-0.5.10 ) >=gnome-base/gnome-print-0.34 =gnome-base/libglade-0* >=dev-libs/libxml-1.8.16 =gtk+-1.2*" RDEPEND=${DEPEND} src_compile() { local myconf if [ -z "`use nls`" ] then myconf="--disable-nls" fi ./configure --host=${CHOST} \ --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var/lib \ ${myconf} || die make || die # Doesn't work with -j 4 (hallski) } src_install() { make prefix=${D}/usr \ sysconfdir=${D}/etc \ localstatedir=${D}/var/lib \ install || die dodoc AUTHORS COPYING ChangeLog NEWS README }