# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="screen-wise desktop pager for Xinerama" HOMEPAGE="http://www.reluk.ca/project/${PN}/home.html" SRC_URI="http://www.reluk.ca/project/${PN}/release/${P}.tar.gz" LICENSE="as-is" # see bottom of HOMEPAGE for restrictions SLOT="0" KEYWORDS="~x86" IUSE="" RDEPEND=" >=dev-lang/perl-5.8.2 >=dev-perl/perl-tk-800.025-r1 >=dev-perl/X11-Protocol-0.52 >=dev-perl/Getopt-Long-2.34 >=x11-libs/xosd-2.2.5 >=x11-misc/wmctrl-1.05 " #RESTRICT=nomirror src_install () { dobin ${WORKDIR}/usr/bin/${PN} insinto /etc/xdg/${PN} doins ${WORKDIR}${INSDESTTREE}/Config.pm }