opt/dialog/Pkgfile

17 lines
402 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: Per Lid<69>n, core-ports at crux dot nu
2006-02-23 16:26:10 +01:00
# Depends on: ncurses
name=dialog
2006-02-23 19:36:13 +01:00
version=1.0-20060126
2006-02-23 16:26:10 +01:00
release=1
source=(ftp://dickey.his.com/dialog/$name-$version.tgz)
build () {
cd $name-$version
./configure --prefix=/usr --with-ncurses
make
make DESTDIR=$PKG install
}