# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/x11-misc/peksystray/peksystray-0.3.0.ebuild,v 1.4 2007/07/22 03:52:10 omp Exp $ inherit multilib DESCRIPTION="A system tray dockapp for window managers supporting docking" HOMEPAGE="http://sourceforge.net/projects/peksystray/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~ppc ~x86" IUSE="" RDEPEND="x11-libs/libX11 x11-libs/libXt" DEPEND="${RDEPEND}" src_compile() { econf --x-libraries=/usr/$(get_libdir) || die "econf failed" emake || die "emake failed" } src_install() { dobin src/peksystray dodoc AUTHORS NEWS README THANKS TODO }