opt/dialog/Pkgfile

21 lines
455 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/
2009-01-12 10:11:45 +01:00
# Maintainer: Jose V Beneyto, sepen at crux dot nu
# Packager: Simone Rota, sip at crux dot nu
# Depends on: ncurses
2006-02-23 16:26:10 +01:00
name=dialog
2016-10-05 12:55:09 +02:00
version=1.3-20160828
release=1
source=(ftp://dickey.his.com/$name/$name-$version.tgz)
2006-02-23 16:26:10 +01:00
build () {
2009-01-12 10:11:45 +01:00
cd $name-$version
2011-03-02 21:28:08 +01:00
2009-01-12 10:11:45 +01:00
./configure --prefix=/usr \
--with-ncursesw
2011-03-02 21:28:08 +01:00
2009-01-12 10:11:45 +01:00
make
make DESTDIR=$PKG install
2006-02-23 16:26:10 +01:00
}