# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-applets/gnome-applets-1.4.0.5.ebuild,v 1.15 2005/12/03 20:08:44 vapier Exp $ DESCRIPTION="gnome-applets" HOMEPAGE="http://www.gnome.org/" SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="1" KEYWORDS="~amd64 hppa ~ia64 ppc sparc x86" IUSE="nls" RDEPEND="=gnome-base/libghttp-1.0.9-r1" DEPEND="${RDEPEND} nls? ( sys-devel/gettext ) >=app-text/scrollkeeper-0.2 >=dev-util/intltool-0.11" src_compile() { local myconf use nls || myconf="--disable-nls" ./configure \ --host=${CHOST} \ --includedir="" \ --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var/lib \ ${myconf} || die emake || die } src_install() { make prefix=${D}/usr \ sysconfdir=${D}/etc \ localstatedir=${D}/var/lib \ install || die dodoc AUTHORS COPYING* ChangeLog NEWS README }