# Description: A tool to display dialog boxes from shell scripts
# URL:         http://invisible-island.net/dialog/
# Maintainer:  CRUX System Team, core-ports at crux dot nu
# Depends on:  ncurses

name=dialog
version=1.3-20171209
release=1
source=(ftp://ftp.invisible-island.net/$name/$name-$version.tgz)

build () {
    cd $name-$version

    ./configure --prefix=/usr --with-ncursesw

    make
    make DESTDIR=$PKG install
}
