CRUX PPC
A lightweight GNU/Linux distribution for PowerPC!
Subversion Repository
Parent Directory
|
Revision Log
Revision 9 -
(show annotations)
Sun Oct 4 14:31:31 2009 UTC (3 years, 7 months ago) by cjg
File size: 398 byte(s)
Sun Oct 4 14:31:31 2009 UTC (3 years, 7 months ago) by cjg
File size: 398 byte(s)
dialog: updated to 1.1-20070819
| 1 | # Description: A tool to display dialog boxes from shell scripts |
| 2 | # URL: http://hightek.org/dialog/ |
| 3 | # Maintainer: Simone Rota, sip at crux dot nu |
| 4 | # Depends on: ncurses |
| 5 | |
| 6 | name=dialog |
| 7 | version=1.1-20080819 |
| 8 | release=1 |
| 9 | source=(ftp://dickey.his.com/dialog/$name-$version.tgz) |
| 10 | |
| 11 | build () { |
| 12 | cd $name-$version |
| 13 | ./configure --prefix=/usr --with-ncursesw |
| 14 | make |
| 15 | make DESTDIR=$PKG install |
| 16 | } |