SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "devilspie"

# SliTaz package receipt.

PACKAGE="devilspie"
VERSION="0.22"
CATEGORY="x-window"
SHORT_DESC="Windows matching utility."
MAINTAINER="pankso@slitaz.org"
TARBALL="$PACKAGE-$VERSION.tar.gz"
WEB_SITE="http://burtonini.com/blog/computers/devilspie"
WGET_URL="http://burtonini.com/computing/$TARBALL"

DEPENDS="libwnck expat gtk+ xorg-libX11 xorg-libXau xorg-libXcomposite \
xorg-libXcursor xorg-libXdmcp xorg-libXext xorg-libXfixes xorg-libXinerama \
xorg-libXrandr xorg-libXrender xorg-libXdamage"
BUILD_DEPENDS="intltool libwnck-dev"

# Rules to configure and make the package.
compile_rules()
{
    cd $src
    sed -i \
      -e 's/gdk_display/GDK_DISPLAY_XDISPLAY(gdk_display_get_default())/' \
      -e 's/GDK_DISPLAY(/gdk_display_get_default(/' \
        src/xutils.c src/actions.c
    ./configure $CONFIGURE_ARGS && 
    make && make install
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    mkdir -p $fs/usr
    cp -a $_pkg/usr/bin $fs/usr
}
3382 packages and 430813 files in stable database (Mon Mar 4 17:53:49 2019)