milis/talimatname/temel/dialog/talimat

21 lines
443 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: To create nice user interfaces to shell scripts or other scripting languages.
# URL: http://hightek.org/dialog/
# Paketçi: milisarge@gmail.com
# Gerekler:
name=dialog
version=1.2.20140911
release=1
source=(ftp://dickey.his.com/dialog/$name-1.2-20140911.tgz)
derle() {
cd $name-1.2-20140911
./configure --prefix=/usr \
--enable-nls --bindir=/bin \
--with-ncursesw \
--mandir=/usr/share/man
make
make DESTDIR=$PKG install
}