milis/talimatname/genel/gtksourceview3/talimat

18 lines
459 B
Plaintext
Executable File
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: GtkSourceView, standart GTK+ metin widget'ını genişleten bir metin widgettır
# URL: http://mail.gnome.org/mailman/listinfo/gnome-devtools
# Packager: milisarge
# Depends on: gtk3 libxml2
name=gtksourceview3
version=3.18.1
release=1
_name=gtksourceview
source=(http://download.gnome.org/sources/${_name}/${version:0:4}/${_name}-$version.tar.xz)
build() {
cd ${_name}-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}