#Maintainer: Frederic Boulet bipbiponlinux~AT~gmail.com pkgname=zenity pkgver=2.32.1 zenver=66 pkgrel=1 arch=i486 source=(http://ftp.acc.umu.se/pub/GNOME/sources/zenity/2.32/zenity-$pkgver.tar.bz2) docs=("readme" "install" "copying" "changelog" "authors" "news" "todo" "maintainers") url=www.gnome.org sourcetemplate=http://zenwalk.pinguix.com/user-accounts/bip/EXTRA/g/$pkgname options=('norequiredbuilder' 'keepdepfile' 'noautodotnew') doinst() { # Update the scrollkeeper database (Remove stale pieces) if [ -x usr/bin/scrollkeeper-update ]; then usr/bin/scrollkeeper-update > /dev/null 2>&1 fi } slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "zenity - Display graphical dialog boxes from shell scripts" "Zenity allows you to display GTK+ dialogs from shell scripts; it is a" "rewrite of the gdialog command from GNOME 1. Zenity includes a" "gdialog wrapper script so that it can be used with legacy scripts." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc --disable-scrollkeeper --enable-libnotify --enable-static=no make || return 1 make install DESTDIR=$startdir/pkg # help files are not really needed rm -rf $startdir/pkg/usr/share/gnome }