wok-next annotate devilspie/receipt @ rev 13814
Add fdupes
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Jan 06 13:29:35 2013 +0100 (2013-01-06) |
parents | b8fe7e19466a |
children | 1ae5963f23df |
rev | line source |
---|---|
pankso@1276 | 1 # SliTaz package receipt. |
pankso@1276 | 2 |
pankso@1276 | 3 PACKAGE="devilspie" |
pankso@1276 | 4 VERSION="0.22" |
pankso@1276 | 5 CATEGORY="x-window" |
pankso@1276 | 6 SHORT_DESC="Windows matching utility." |
pankso@1276 | 7 MAINTAINER="pankso@slitaz.org" |
erjo@9928 | 8 TARBALL="$PACKAGE-$VERSION.tar.gz" |
erjo@9928 | 9 WEB_SITE="http://burtonini.com/blog/computers/devilspie" |
erjo@9928 | 10 WGET_URL="http://burtonini.com/computing/$TARBALL" |
erjo@9928 | 11 |
pascal@2488 | 12 DEPENDS="libwnck expat gtk+ xorg-libX11 xorg-libXau xorg-libXcomposite \ |
pascal@2488 | 13 xorg-libXcursor xorg-libXdmcp xorg-libXext xorg-libXfixes xorg-libXinerama \ |
pascal@2514 | 14 xorg-libXrandr xorg-libXrender xorg-libXdamage" |
erjo@9928 | 15 BUILD_DEPENDS="intltool libwnck-dev" |
pankso@1276 | 16 |
pankso@1276 | 17 # Rules to configure and make the package. |
pankso@1276 | 18 compile_rules() |
pankso@1276 | 19 { |
pankso@1276 | 20 cd $src |
pascal@9360 | 21 sed -i \ |
pascal@9359 | 22 -e 's/gdk_display/GDK_DISPLAY_XDISPLAY(gdk_display_get_default())/' \ |
pascal@9360 | 23 -e 's/GDK_DISPLAY(/gdk_display_get_default(/' \ |
pascal@9359 | 24 src/xutils.c src/actions.c |
slaxemulator@10299 | 25 ./configure $CONFIGURE_ARGS && |
slaxemulator@10299 | 26 make && make install |
pankso@1276 | 27 } |
pankso@1276 | 28 |
pankso@1276 | 29 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@1276 | 30 genpkg_rules() |
pankso@1276 | 31 { |
pankso@1276 | 32 mkdir -p $fs/usr |
pankso@1276 | 33 cp -a $_pkg/usr/bin $fs/usr |
pankso@1276 | 34 } |