milis/talimatname/genel/g/gtkdialog/talimat

20 lines
498 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: Gtkdialog hızlı arayüz yapma aracı
# URL: http://linux.pte.hu/~pipas/gtkdialog/
# Paketçi: milisarge
# Gerekler: gtk2 vte
# Grup: geliştirme
isim=gtkdialog
surum=0.8.3
devir=2
kaynak=(https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/gtkdialog/gtkdialog-$surum.tar.gz)
derle() {
cd $isim-$surum
./configure --prefix=/usr
make
make prefix=$PKG/usr install
mkdir -p "$PKG"/usr/share/$isim
cp -a examples "$PKG"/usr/share/$isim/examples
}