# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ SLOT="0" LICENSE="GPL-2" KEYWORDS="~x86" DESCRIPTION="Xystray is a simple implementation of freedesktop.org systray specification (a.k.a notification area) for XWindow system" SRC_URI="http://www.ee.pw.edu.pl/~stelmacl/xystray/xystray-0.9beta.tar.bz2" HOMEPAGE="http://www.ee.pw.edu.pl/~stelmacl/xystray/" IUSE="" S="${WORKDIR}/xystray-0.9beta" src_compile() { einfo "comp" sed -i "s,^\(CFLAGS =\).*,\1 ${CFLAGS},g" Makefile emake || die "emake failed" } src_install() { dobin xystray }