milis/talimatname/genel/gtksourceview2/talimat

19 lines
564 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: GTK+ 2 metin işlevlerini sözdizimini vurgulamaya genişletmek için kullanılan kitaplıklar.
# URL: http://www.gnome.org/
# Packager: milisarge
# Depends on: gtk2 libxml2
name=gtksourceview2
version=2.10.5
release=2
source=(http://ftp.gnome.org/pub/gnome/sources/gtksourceview/2.10/gtksourceview-${version}.tar.bz2)
build() {
cd gtksourceview-$version
sed -i 's#python#python2#' gtksourceview/language-specs/convert.py
./configure --prefix=/usr --sysconfdir=/etc \
--localstatedir=/var --disable-static
make
make DESTDIR=$PKG install
}