Subversion Repository

Parent Directory Parent Directory | Revision Log Revision Log


Revision 356 - (show annotations)
Sun Oct 4 15:02:49 2009 UTC (3 years, 7 months ago) by cjg
File size: 445 byte(s)
dialog: fixed to 1.1-20080819-1
1 # Description: A tool to display dialog boxes from shell scripts
2 # URL: http://hightek.org/dialog/
3 # Maintainer: Jose V Beneyto, sepen at crux dot nu
4 # Packager: Simone Rota, sip at crux dot nu
5 # Depends on: ncurses
6
7 name=dialog
8 version=1.1-20080819
9 release=1
10 source=(ftp://dickey.his.com/dialog/$name-$version.tgz)
11
12 build () {
13 cd $name-$version
14 ./configure --prefix=/usr \
15 --with-ncursesw
16 make
17 make DESTDIR=$PKG install
18 }