SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "gtkdialog"

# SliTaz package receipt.

PACKAGE="gtkdialog"
VERSION="0.7.20"
CATEGORY="x-window"
SHORT_DESC="Small utility for fast and easy GUI building using GTK+."
MAINTAINER="pankso@slitaz.org"
TARBALL="$PACKAGE-$VERSION.tar.gz"
WEB_SITE="http://linux.pte.hu/~pipas/gtkdialog/"
WGET_URL="ftp://linux.pte.hu/pub/gtkdialog/$TARBALL"

DEPENDS="gtk+ libglade xorg-libXdamage"
BUILD_DEPENDS="gtk+-dev libglade-dev xorg-libXdamage-dev"

# Rules to configure and make the package.
compile_rules()
{
    cd $src
    # Fix libgalde support
    patch -p 0 < $stuff/glade_support.patch || return 1
    ./configure \
        --prefix=/usr \
        $CONFIGURE_ARGS &&
    make &&
    make DESTDIR=$DESTDIR install
}

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