opt/dialog/Pkgfile

17 lines
403 B
Plaintext

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