Yad receipt

[ Thread Index | Date Index | More lists.tuxfamily.org/slitaz Archives ]


Yad is a fork of Zenity with many improvements, such as custom buttons, additional dialogs, popup menu in notification icon and more.

# SliTaz package receipt.
PACKAGE="yad"
VERSION="0.0.9"
CATEGORY="utilities"
SHORT_DESC="Display graphical dialogs from shell scripts or command line"
MAINTAINER="devl547@xxxxxxxxx"
TARBALL="$PACKAGE-$VERSION.tar.bz2"
WEB_SITE="http://code.google.com/p/yad/"
WGET_URL="http://yad.googlecode.com/files/$TARBALL"

# Rules to configure and make the package.
compile_rules()
{
    cd $src
    ./configure --prefix=/usr --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
    cp -a $_pkg/usr/bin $fs/usr
}


With best regards, Alexander.


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/