# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-libs/totem-pl-parser/totem-pl-parser-2.24.4.ebuild,v 1.9 2009/04/28 12:01:35 armin76 Exp $ inherit gnome.org DESCRIPTION="Playlist parsing library" HOMEPAGE="http://www.gnome.org/projects/totem/" LICENSE="LGPL-2" SLOT="0" KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sparc x86 ~x86-fbsd" IUSE="doc hal" RDEPEND=">=dev-libs/glib-2.16.3 >=x11-libs/gtk+-2.12 >=gnome-extra/evolution-data-server-1.12 hal? ( =sys-apps/hal-0.5* >=sys-apps/dbus-1.0 )" DEPEND="${RDEPEND} !=dev-util/intltool-0.40 doc? ( dev-util/gtk-doc )" src_compile() { econf $(use_with hal) --disable-static emake || die "build failed" } src_install() { emake DESTDIR="${D}" install || die "install failed" }