#Packager: George Vlahavas pkgname=skippy-xd pkgver=20130917 pkgrel=1gv source=("skippy-xd-$pkgver.tar.xz") docs=("readme*" "install" "copying" "changelog" "authors" "news" "todo") url=https://github.com/richardgv/skippy-xd slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "skippy-xd (a full-screen task-switcher for X11)" "Skippy-XD is a full-screen task-switcher for X11. You know that thing" "Mac OS X, Compiz and KWin do where you press a hotkey and suddenly you" "see miniature versions of all your windows at once? Skippy-XD does" "just that. It's most commonly known by Mac OS X's name for it: Exposé." ) build() { cd $startdir/src/$pkgname-$pkgver make -j $numjobs || return 1 make install DESTDIR=$startdir/pkg }