opt/dialog/Pkgfile

19 lines
476 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: A tool to display dialog boxes from shell scripts
2009-01-12 10:11:45 +01:00
# URL: http://hightek.org/dialog/
# 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
2008-09-25 01:06:58 +02:00
version=1.1-20080819
release=1
2009-05-11 07:25:19 +02:00
source=(ftp://ftp.us.debian.org/debian/pool/main/d/$name/${name}_$version.orig.tar.gz)
2006-02-23 16:26:10 +01:00
build () {
2009-01-12 10:11:45 +01:00
cd $name-$version
./configure --prefix=/usr \
--with-ncursesw
make
make DESTDIR=$PKG install
2006-02-23 16:26:10 +01:00
}