### this file is sourced not run
PKGVER=0.36.3
PKGBUILD=1
PKGARCH=x86_64

# source: james
TARBALL=yad-$PKGVER.tar.xz
MD5SUM=0613e0d392279812fce3ac78e86e7013
SRC_URL=http://downloads.sourceforge.net/yad-dialog/$TARBALL
BUNDLE=

SLACKREQ='gtk2'
SLACKDESC="yad: yad $PKGVER (GUI dialog for shell scripts)
yad: 
yad: YAD (yet another dialog) is a tool for create graphical dialogs from 
yad: shell scripts. Similar to Xdialog, gtkdialog, etc.
yad: 
yad: https://sourceforge.net/projects/yad-dialog
yad: 
yad: 
yad: 
yad: 
yad: 
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	CONFFLAGS="$CONFFLAGS --enable-icon-browser \
		--with-gtk=gtk2 --with-rgb=/usr/share/X11/rgb.txt"
	pkg_build_autoconf && pkg_build_slackdesc &&
	rm /usr/share/icons/hicolor/icon-theme.cache
}


