opt/dialog/Pkgfile

20 lines
504 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: A tool to display dialog boxes from shell scripts
2020-06-06 13:00:05 +02: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
2020-03-29 15:13:13 +02:00
version=1.3-20200327
release=1
2020-03-02 13:20:44 +01:00
source=(https://invisible-mirror.net/archives/$name/$name-$version.tgz)
#source=(ftp://ftp.invisible-island.net/$name/$name-$version.tgz)
2006-02-23 16:26:10 +01:00
build () {
cd $name-$version
2011-03-02 21:28:08 +01:00
./configure --prefix=/usr --with-ncursesw
2011-03-02 21:28:08 +01:00
make
make DESTDIR=$PKG install
2006-02-23 16:26:10 +01:00
}