# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="lxpanel is a light-weight X11 desktop panel for lxde" HOMEPAGE="http://lxde.sourceforge.net/" SRC_URI="mirror://sourceforge/lxde/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="alsa" RDEPEND=">=x11-libs/gtk+-2 alsa? ( media-libs/alsa-lib )" DEPEND="${RDEPEND} dev-util/pkgconfig" src_compile() { econf $(use_enable alsa) || die "econf failed" emake || die "emake failed" } src_install() { make DESTDIR="${D}" install || die "make install failed" dodoc AUTHORS ChangeLog README }