opt/dialog/Pkgfile

17 lines
414 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01: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 16:26:10 +01:00
name=dialog
version=1.3-20240307
release=1
2020-03-02 13:20:44 +01:00
source=(https://invisible-mirror.net/archives/$name/$name-$version.tgz)
2006-02-23 16:26:10 +01: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 16:26:10 +01:00
}