# HG changeset patch # User Christophe Lincoln # Date 1219061430 -7200 # Node ID b0aee4a2315253ad793db26d347e9095b4d478ab # Parent b104da8122e23fb39a9d78f0eedc83cc750592be Add: devilspie (window-matching utility) diff -r b104da8122e2 -r b0aee4a23152 devilspie/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/devilspie/receipt Mon Aug 18 14:10:30 2008 +0200 @@ -0,0 +1,30 @@ +# SliTaz package receipt. + +PACKAGE="devilspie" +VERSION="0.22" +CATEGORY="x-window" +SHORT_DESC="Windows matching utility." +MAINTAINER="pankso@slitaz.org" +DEPENDS="libwnck" +BUILD_DEPENDS="libwnck-dev" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WEB_SITE="http://burtonini.com/blog/computers/devilspie" +WGET_URL="http://burtonini.com/computing/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + ./configure \ + --prefix=/usr \ + $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 +}