milis/talimatname/genel/vte3/talimat

22 lines
592 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: Vte GTK+ 3 için bir terminal emülatörü widget'ı uygulayan bir kitaplıktır (libvte)
# URL: http://developer.gnome.org/arch/gnome/widgets/vte.html
# Packager: milisarge
# Depends on: gtk3 perl-xml-parser python-gtk gobject-introspection pcre2
name=vte3
version=0.49.1
release=1
_name=vte
source=(http://ftp.gnome.org/pub/gnome/sources/${_name}/${version%.*}/${_name}-$version.tar.xz)
build() {
cd ${_name}-$version
./configure --prefix=/usr\
--libexecdir=/usr/lib/$name \
--enable-introspection \
--with-xft2 \
--with-pangox
make
make DESTDIR=$PKG install
}