opt/dialog/Pkgfile

19 lines
430 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# 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
2006-02-23 16:26:10 +01:00
name=dialog
version=1.3-20171209
release=1
source=(ftp://ftp.invisible-island.net/$name/$name-$version.tgz)
2006-02-23 16:26:10 +01:00
build () {
cd $name-$version
2011-03-02 21:28:08 +01:00
./configure --prefix=/usr --with-ncursesw
2011-03-02 21:28:08 +01:00
make
make DESTDIR=$PKG install
2006-02-23 16:26:10 +01:00
}