# Description: A tool to display dialog boxes from shell scripts # URL: http://hightek.org/dialog/ # Maintainer: Per Lidén # Depends on: ncurses name=dialog version=1.0-20060126 release=1 source=(ftp://dickey.his.com/dialog/$name-$version.tgz) build () { cd $name-$version ./configure --prefix=/usr --with-ncurses make make DESTDIR=$PKG install }