opt/dialog/Pkgfile

17 lines
398 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://hightek.org/dialog/
# Maintainer: Simone Rota, sip at crux dot nu
2006-02-23 16:26:10 +01:00
# Depends on: ncurses
name=dialog
2007-07-11 12:36:44 +02:00
version=1.1-20070704
release=1
2006-02-23 16:26:10 +01:00
source=(ftp://dickey.his.com/dialog/$name-$version.tgz)
build () {
cd $name-$version
./configure --prefix=/usr --with-ncursesw
2006-02-23 16:26:10 +01:00
make
make DESTDIR=$PKG install
}