milis/talimatname/genel/g/gtksourceview3/talimat

18 lines
465 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: GtkSourceView, standart GTK+ metin widget'ını genişleten bir metin widgettır
# URL: http://mail.gnome.org/mailman/listinfo/gnome-devtools
# Paketçi: milisarge yasarciv67@gmail.com
# Gerekler: gtk3 libxml2
isim=gtksourceview3
surum=3.24.2
devir=1
_isim=gtksourceview
kaynak=(http://download.gnome.org/sources/${_name}/${version:0:4}/${_name}-$surum.tar.xz)
derle() {
cd ${_name}-$surum
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}