opt/dialog/Pkgfile

20 lines
503 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: A tool to display dialog boxes from shell scripts
# URL: http://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
2019-12-11 14:48:02 +01:00
version=1.3-20191210
release=1
2019-11-19 15:47:18 +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
}