2016-02-24 01:27:23 +01:00
|
|
|
# Description: To create nice user interfaces to shell scripts or other scripting languages.
|
|
|
|
# URL: http://hightek.org/dialog/
|
|
|
|
# Maintainer: Thomas E. Dickey dickey at invisible-island dot net
|
2016-03-20 02:15:25 +01:00
|
|
|
# Packager: milisarge@gmail.com
|
2016-02-24 01:27:23 +01:00
|
|
|
|
|
|
|
name=dialog
|
|
|
|
version=1.2.20140911
|
|
|
|
release=1
|
|
|
|
|
|
|
|
source=(ftp://dickey.his.com/dialog/$name-1.2-20140911.tgz)
|
|
|
|
|
|
|
|
build() {
|
|
|
|
cd $name-1.2-20140911
|
|
|
|
./configure --prefix=/usr \
|
|
|
|
--enable-nls --bindir=/bin \
|
|
|
|
--with-ncursesw \
|
|
|
|
--mandir=/usr/share/man
|
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
2016-03-07 13:45:49 +01:00
|
|
|
}
|