# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="LXDE Session Manager" HOMEPAGE="http://lxde.sourceforge.net/" SRC_URI="mirror://sourceforge/lxde/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="hal" DEPEND=">=x11-libs/gtk+-2 hal? ( >=sys-apps/hal-0.5 )" RDEPEND="${DEPEND}" src_compile() { econf $(use_enable hal) || die "econf failed" emake || die "emake failed" } src_install() { make DESTDIR="${D}" install || die "make install failed" dodoc AUTHORS README }