dialog: updated to 1.2-20121230

This commit is contained in:
Jose V Beneyto 2013-01-10 02:14:14 +01:00
parent 20542383b8
commit 397f776739
2 changed files with 4 additions and 3 deletions

View File

@ -1 +1 @@
2e538305977178eb085a9859511c299d dialog-1.1-20120706.tgz
4ba1e07b44cd767c3b33039771a76c74 dialog-1.2-20121230.tar.xz

View File

@ -5,14 +5,15 @@
# Depends on: ncurses
name=dialog
version=1.1-20120706
version=1.2-20121230
release=1
source=(ftp://dickey.his.com/$name/$name-$version.tgz)
source=(http://fossies.org/linux/misc/$name-$version.tar.xz)
build () {
cd $name-$version
./configure --prefix=/usr \
--mandir=/usr/man \
--with-ncursesw
make