SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "Xdialog"

# SliTaz package receipt.

PACKAGE="Xdialog"
VERSION="2.3.1"
CATEGORY="x-window"
SHORT_DESC="Like 'dialog' or 'cdialog', but for X using GTK+."
MAINTAINER="rcx@zoominternet.net"
LICENSE="GPL2"
TARBALL="$PACKAGE-$VERSION.tar.bz2"
WEB_SITE="http://xdialog.free.fr/"
WGET_URL="http://xdialog.free.fr/$TARBALL"

DEPENDS="glibc-base glib libgio expat zlib fontconfig freetype gtk+ atk \
cairo pango pixman libpng libxcb xcb-util xorg-libX11 xorg-libXau \
xorg-libXcomposite xorg-libXcursor xorg-libXdamage xorg-libXdmcp \
xorg-libXext xorg-libXfixes xorg-libXinerama xorg-libXrender"
BUILD_DEPENDS="autoconf automake m4 gettext gtk+-dev"

current_version()
{
    wget -O - $WEB_SITE 2>/dev/null | \
    sed '/current release is/!d;s|.*v||;s|. .*||'
}
# Rules to configure and make the package.
compile_rules()
{
    autoconf  &&
    ./configure \
        --with-gtk2 \
        --prefix=/usr \
        --sysconfdir=/etc \
        --mandir=/usr/share/man \
        --infodir=/usr/share/info \
        $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
}
6025 packages and 203154 files in current database (Thu Apr 25 06:17:47 2024)