DESCRIPTION="A full-screen task-switcher providing Apple Expose-like functionality with various WMs" HOMEPAGE="http://thegraveyard.org/skippy.php" # Point to any required sources; these will be automatically downloaded by # Portage. SRC_URI="http://thegraveyard.org/files/skippy-0.5.0.tar.bz2" # License of the package. This must match the name of file(s) in # /usr/portage/licenses/. For complex license combination see the developer # docs on gentoo.org for details. LICENSE="" SLOT="0" KEYWORDS="~x86" IUSE="X" DEPEND="~media-libs/imlib2" src_unpack() { unpack ${A} cd ${S} } src_compile() { emake BINDIR=/usr || die "emake failed" } src_install() { make DESTDIR=${D} BINDIR=/usr/bin install || die }