milis/talimatname/genel/gtksourceview3/talimat

18 lines
425 B
Plaintext
Raw Normal View History

2016-02-24 01:27:23 +01:00
# Description: Syntax highlighting for the GtkTextView widget
# URL: http://mail.gnome.org/mailman/listinfo/gnome-devtools
2017-01-31 01:37:09 +01:00
# Packager: milisarge
2016-02-24 01:27:23 +01:00
# 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
}