milis/talimatname/genel/vte/talimat

22 lines
523 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+ 2 için bir terminal emülatörü widget'ı uygulayan bir kitaplık (libvte)
# URL: http://developer.gnome.org/arch/gnome/widgets/vte.html
# Packager: milisarge
# Depends on: gtk2 intltool gobject-introspection
name=vte
version=0.28.2
release=1
source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz)
build() {
# build package
cd $name-$version
./configure --prefix=/usr \
--libexecdir=/usr/libexec/vte \
--disable-static
make
make DESTDIR=$PKG install
}