milis/talimatname/genel/g/gtksourceview3/talimat

19 lines
519 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, çok satırlı metin düzenleme için GtkTextView, standart GTK + widget'ını genişleten bir GNOME kütüphanesidir.
# URL: https://wiki.gnome.org/Projects/GtkSourceView/
# Paketçi: milisarge yasarciv67
# Gerekler: gtk3 libxml2
# Grup: kütüphane
isim=gtksourceview3
surum=3.24.2
devir=1
_isim=gtksourceview
kaynak=(http://download.gnome.org/sources/${_isim}/${surum:0:4}/${_isim}-$surum.tar.xz)
derle() {
cd ${_isim}-$surum
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}