# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/x11-misc/peksystray/peksystray-0.2.ebuild,v 1.2 2004/01/15 17:25:05 taviso Exp $ inherit eutils DESCRIPTION="A system tray dockapp for window managers supporting docking" HOMEPAGE="http://freshmeat.net/projects/peksystray" SRC_URI="mirror://sourceforge/${PN}/${PN}-${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ~alpha" DEPEND="virtual/x11" S=${WORKDIR}/${P} src_unpack() { unpack ${A} # Quick patch to get rid of the multi-line string literal. # -taviso (10 Jan 2004) cd ${S}; epatch ${FILESDIR}/${PN}-gcc3-mlsl.diff } src_install() { dodoc AUTHORS COPYING NEWS README THANKS TODO dobin src/peksystray }