# HG changeset patch # User Mallory MOLLO # Date 1243309609 -7200 # Node ID 3bd466cd6f45eee556b2bb214aaeaae13cef500a # Parent f25b1712883d9bdde73011b5eaa0c5903113593f Add: superswitcher diff -r f25b1712883d -r 3bd466cd6f45 superswitcher/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/superswitcher/receipt Tue May 26 05:46:49 2009 +0200 @@ -0,0 +1,32 @@ +# SliTaz package receipt. + +PACKAGE="superswitcher" +VERSION="0.6" +CATEGORY="x-window" +SHORT_DESC="Replacement for the Alt-Tab window switching behavior" +MAINTAINER="mallory@sweetpeople.org" +DEPENDS="gtk+ libwnck" +BUILD_DEPENDS="perl-xml-parser intltool glib-dev gtk+-dev libwnck-dev" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WEB_SITE="http://code.google.com/p/superswitcher/" +WGET_URL="http://$PACKAGE.googlecode.com/files/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + ./configure \ + --prefix=/usr \ + --infodir=/usr/share/info \ + --mandir=/usr/share/man \ + $CONFIGURE_ARGS && + make && make DESTDIR=$PWD/_pkg install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr + cp -a $_pkg/usr/bin $fs/usr +} +