milis/talimatname/genel/gtkdialog/talimat

19 lines
493 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.

# Description: Gtkdialog hızlı arayüz yapma aracı
# URL: http://linux.pte.hu/~pipas/gtkdialog/
# Packager: milisarge
# Depends on: gtk2 vte
name=gtkdialog
version=0.8.3
release=2
source=(https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/gtkdialog/gtkdialog-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make prefix=$PKG/usr install
mkdir -p "$PKG"/usr/share/$name
cp -a examples "$PKG"/usr/share/$name/examples
}