CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
fltk2: Updated to version r7513.
[attic/ports/opt-cross.git] / dialog / Pkgfile
CommitLineData
b27ccfe6
VM
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
8name=dialog
9version=1.1-20100428
10release=1
11source=(ftp://ftp.us.debian.org/debian/pool/main/d/$name/${name}_$version.orig.tar.gz)
12
13build () {
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}