CRUX PPC
A lightweight GNU/Linux distribution for PowerPC!
Subversion Repository
Parent Directory
|
Revision Log
Revision 2492 -
(show annotations)
Fri Oct 21 07:17:25 2011 UTC (19 months ago) by gesp
File size: 446 byte(s)
Fri Oct 21 07:17:25 2011 UTC (19 months ago) by gesp
File size: 446 byte(s)
dialog: autoupdate to 1.1-20111020-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-20111020 |
| 9 | release=1 |
| 10 | source=(ftp://dickey.his.com/$name/$name-$version.tgz) |
| 11 | |
| 12 | build () { |
| 13 | cd $name-$version |
| 14 | |
| 15 | ./configure --prefix=/usr \ |
| 16 | --with-ncursesw |
| 17 | |
| 18 | make |
| 19 | make DESTDIR=$PKG install |
| 20 | } |