2006-02-23 15:26:10 +00:00
|
|
|
# Description: A tool to display dialog boxes from shell scripts
|
2021-03-07 10:43:46 +01:00
|
|
|
# URL: https://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
|
2021-12-14 10:42:51 +01:00
|
|
|
version=1.3-20211214
|
2006-10-14 20:00:44 +00:00
|
|
|
release=1
|
2020-03-02 13:20:44 +01:00
|
|
|
source=(https://invisible-mirror.net/archives/$name/$name-$version.tgz)
|
2006-02-23 15:26:10 +00:00
|
|
|
|
|
|
|
build () {
|
2021-01-18 13:55:56 +01:00
|
|
|
cd $name-$version
|
|
|
|
./configure --prefix=/usr --with-ncursesw
|
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
2006-02-23 15:26:10 +00:00
|
|
|
}
|