2006-02-23 15:26:10 +00:00
|
|
|
|
# Description: A tool to display dialog boxes from shell scripts
|
|
|
|
|
# URL: http://hightek.org/dialog/
|
2006-04-20 20:37:09 +00:00
|
|
|
|
# Maintainer: Per Lid<69>n, core-ports at crux dot nu
|
2006-02-23 15:26:10 +00:00
|
|
|
|
# Depends on: ncurses
|
|
|
|
|
|
|
|
|
|
name=dialog
|
2006-02-23 18:36:13 +00:00
|
|
|
|
version=1.0-20060126
|
2006-05-22 15:13:32 +00:00
|
|
|
|
release=2
|
2006-02-23 15:26:10 +00:00
|
|
|
|
source=(ftp://dickey.his.com/dialog/$name-$version.tgz)
|
|
|
|
|
|
|
|
|
|
build () {
|
|
|
|
|
cd $name-$version
|
2006-05-22 15:13:32 +00:00
|
|
|
|
./configure --prefix=/usr --with-ncursesw
|
2006-02-23 15:26:10 +00:00
|
|
|
|
make
|
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
|
}
|