# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Small utility to switch between different Xorg screens on multihead configurations" HOMEPAGE="http://stalonetray.sourceforge.net/" SRC_URI="http://da.mcbf.net/pub/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="x11-libs/libX11" S=${WORKDIR}/${PN} src_compile() { emake || die "emake failed" } src_install() { exeinto /usr/bin dobin switchscreen }