milis/talimatname/genel/v/vte3/talimat

25 lines
633 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: Vte GTK+3 için bir terminal emülatörü widget'ı uygulayan bir kitaplıktır
# URL: http://developer.gnome.org/arch/gnome/widgets/vte.html
# Paketçi: milisarge
# Gerekler: gtk3 perl-xml-parser python-gtk gobject-introspection pcre2
# GRup: kütüphane
isim=vte3
surum=0.52.2
devir=1
_isim=vte
kaynak=(http://ftp.gnome.org/pub/gnome/sources/${_isim}/${surum%.*}/${_isim}-$surum.tar.xz)
derle() {
cd ${_isim}-$surum
./configure --prefix=/usr\
--sysconfdir=/etc \
--libexecdir=/usr/lib/$isim \
--enable-introspection \
--with-xft2 \
--with-pangox
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/gtk-doc
}