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

# source: james
TARBALL=dialog-1.3-20230209.tgz
MD5SUM=84cd94a53bfb7ab95286403e7818bbc8
SRC_URL=https://invisible-island.net/archives/dialog/$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: https://invisible-island.net/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
}


