2006-02-23 15:26:10 +00:00
|
|
|
# Description: A tool to display dialog boxes from shell scripts
|
|
|
|
# URL: http://hightek.org/dialog/
|
2006-10-14 20:00:44 +00:00
|
|
|
# Maintainer: Simone Rota, sip at crux dot nu
|
2006-02-23 15:26:10 +00:00
|
|
|
# Depends on: ncurses
|
|
|
|
|
|
|
|
name=dialog
|
2008-04-13 19:52:34 +00:00
|
|
|
version=1.1-20080316
|
2006-10-14 20:00:44 +00:00
|
|
|
release=1
|
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
|
|
|
|
}
|