SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "zenity"

# SliTaz package receipt.

PACKAGE="zenity"
VERSION="2.32.1"
CATEGORY="development"
SHORT_DESC="gui dialogs"
MAINTAINER="allan316@gmail.com"
DEPENDS="gtk+ libglade libnotify"
BUILD_DEPENDS="gnome-doc-utils gnome-doc-utils-dev libglade-dev \
intltool pkg-config docbook-xsl"
TARBALL="$PACKAGE-$VERSION.tar.bz2"
WEB_SITE="http://www.gnome.org"
WGET_URL="http://ftp.acc.umu.se/pub/GNOME/sources/$PACKAGE/${VERSION%.*}/$TARBALL"
TAGS="dialogs gui"

# Rules to configure and make the package.
compile_rules()
{
    cd $src
    ./configure \
        --prefix=/usr \
        --localstatedir=/var/lib \
        --disable-scrollkeeper \
        --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/share
    cp -a $_pkg/usr/bin $fs/usr
    cp -a $_pkg/usr/share/zenity $fs/usr/share
    cp -a $_pkg/usr/share/omf $fs/usr/share
    # gdialog wrapper need to be executable.
    chmod +x $fs/usr/bin/*
}

3382 packages and 430813 files in stable database (Mon Mar 4 17:53:49 2019)