1
0
forked from ports/opt

dialog: updated to 1.1-20110302

This commit is contained in:
Jose V Beneyto 2011-03-02 21:28:08 +01:00
parent 787d917316
commit 2a4d14ff39
2 changed files with 4 additions and 2 deletions

@ -1 +1 @@
07d6ab77bd8c12c3def07ed72a706194 dialog-1.1-20110118.tgz
2eaa82055b86006e205d2c3f74d9b800 dialog-1.1-20110302.tgz

@ -5,14 +5,16 @@
# Depends on: ncurses
name=dialog
version=1.1-20110118
version=1.1-20110302
release=1
source=(ftp://dickey.his.com/$name/$name-$version.tgz)
build () {
cd $name-$version
./configure --prefix=/usr \
--with-ncursesw
make
make DESTDIR=$PKG install
}