milis/talimatname/genel/x/xdialog/talimat

20 lines
402 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: dialog ve cdialog un geliştirilmiş sürümü
# URL: http://xdialog.dyns.net/
# Paketçi: milisarge
# Gerekler: gtk2
isim=xdialog
surum=2.3.1
devir=1
kaynak=(http://xdialog.free.fr/Xdialog-$surum.tar.bz2)
derle() {
cd Xdialog-$surum
./configure --prefix=/usr \
--disable-gtktest \
--with-gtk2
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share
}