# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils MY_P=xystray-0.9beta DESCRIPTION="Simple systray for XWindow" HOMEPAGE="http://www.ee.pw.edu.pl/~stelmacl/xystray/" SRC_URI="http://www.ee.pw.edu.pl/~stelmacl/xystray/${MY_P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" IUSE="" S=${WORKDIR}/${MY_P} DEPEND="virtual/x11" src_unpack() { unpack ${A} cd ${S} epatch ${FILESDIR}/${P}-gentoo.patch || die } src_compile() { emake || die } src_install() { dobin xystray }