opt/dialog/Pkgfile

19 lines
437 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
2018-06-24 16:29:32 +02:00
version=1.3-20180621
release=1
2018-06-24 16:29:32 +02:00
source=(https://invisible-mirror.net/archives/$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
}