2006-02-23 15:26:10 +00:00
|
|
|
# Description: A tool to display dialog boxes from shell scripts
|
2018-01-10 14:45:42 +01:00
|
|
|
# URL: http://invisible-island.net/dialog/
|
|
|
|
# Maintainer: CRUX System Team, core-ports at crux dot nu
|
|
|
|
# Depends on: ncurses
|
2006-02-23 15:26:10 +00:00
|
|
|
|
|
|
|
name=dialog
|
2018-01-10 14:45:42 +01:00
|
|
|
version=1.3-20171209
|
2006-10-14 20:00:44 +00:00
|
|
|
release=1
|
2018-01-10 14:45:42 +01:00
|
|
|
source=(ftp://ftp.invisible-island.net/$name/$name-$version.tgz)
|
2006-02-23 15:26:10 +00:00
|
|
|
|
|
|
|
build () {
|
2018-01-10 14:45:42 +01:00
|
|
|
cd $name-$version
|
2011-03-02 21:28:08 +01:00
|
|
|
|
2018-01-10 14:45:42 +01:00
|
|
|
./configure --prefix=/usr --with-ncursesw
|
2011-03-02 21:28:08 +01:00
|
|
|
|
2018-01-10 14:45:42 +01:00
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
2006-02-23 15:26:10 +00:00
|
|
|
}
|