CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
dialog: initial import (verified compilation)
[attic/ports/opt-cross.git] / dialog / Pkgfile
1 # Description: A tool to display dialog boxes from shell scripts
2 # URL: http://hightek.org/dialog/
3 # Packager: Simone Rota, sip at crux dot nu
4 # Maintainer: Jose V Beneyto, sepen at crux dot nu
5 # Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
6 # Depends on: ncurses
7
8 name=dialog
9 version=1.1-20100428
10 release=1
11 source=(ftp://ftp.us.debian.org/debian/pool/main/d/$name/${name}_$version.orig.tar.gz)
12
13 build () {
14 cd $name-$version
15 ./configure --build=$CHOST \
16 --host=$CTARGET \
17 --prefix=/usr \
18 --with-ncursesw
19 make
20 make DESTDIR=$PKG install
21 }