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

TARBALL=dialog-20150920.tar.gz
MD5SUM=2b7c002b0a88ce1e0014af34b6b1ebdc
SRC_URL=http://distro.ibiblio.org/fatdog/source/700/$TARBALL
BUNDLE=

SLACKREQ=libncurses
SLACKDESC="dialog: dialog $PKGVER (Text Inferface Builder)  
dialog:  
dialog: Dialog is a program that will let you to present a variety of 
dialog: questions or display messages using dialog boxes from a shell script.  
dialog: 
dialog: 
dialog: 
dialog: 
dialog: 
dialog: 
dialog:
"


### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/dialog*
	CONFFLAGS="$CONFFLAGS --enable-widec  --with-ncursesw --enable-nls"
	pkg_build_autoconf && pkg_build_slackdesc
}


