# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/x11-misc/skippy/skippy-0.5.0.ebuild,v 1.6 2004/08/14 13:51:50 swegener Exp $ IUSE="" DESCRIPTION="A full-screen task-switcher providing Apple Expose-like functionality with various WMs The XD version supports the XDamnage extention" HOMEPAGE="http://thegraveyard.org/skippy.php" SRC_URI="http://thegraveyard.org/files/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ppc" RDEPEND="virtual/x11 virtual/xft" DEPEND="${RDEPEND} >=media-libs/imlib2-1.1.0" src_compile() { emake || die "emake failed" } src_install() { make DESTDIR=${D} BINDIR=/usr/bin install || die insinto /usr/share/${P} doins skippy-xd.rc-default dodoc CHANGELOG } pkg_postinst() { einfo einfo "You should copy /usr/share/${P}/skippy-xd.rc-default to ~/.skippy-xd.rc" einfo "and edit the keysym used to invoke skippy" einfo "(Find out the keysym name using 'xev')" einfo echo }