2017-10-27 21:46:27 +03:00
|
|
|
|
# Tanım: Vte, GTK+ 2 için bir terminal emülatörü widget'ı uygulayan bir kitaplık (libvte)
|
2016-02-24 02:27:23 +02:00
|
|
|
|
# URL: http://developer.gnome.org/arch/gnome/widgets/vte.html
|
2017-10-27 21:46:27 +03:00
|
|
|
|
# Paketçi: milisarge
|
|
|
|
|
# Gerekler: gtk2 intltool gobject-introspection
|
2016-02-24 02:27:23 +02:00
|
|
|
|
|
2017-10-28 15:10:23 +03:00
|
|
|
|
isim=vte
|
|
|
|
|
surum=0.28.2
|
|
|
|
|
devir=1
|
2016-02-24 02:27:23 +02:00
|
|
|
|
|
2017-10-28 15:10:23 +03:00
|
|
|
|
kaynak=(http://ftp.gnome.org/pub/gnome/sources/$isim/${surum%.*}/$isim-$surum.tar.xz)
|
2016-02-24 02:27:23 +02:00
|
|
|
|
|
2017-10-28 00:59:41 +03:00
|
|
|
|
derle() {
|
2016-02-24 02:27:23 +02:00
|
|
|
|
# build package
|
2017-10-28 15:10:23 +03:00
|
|
|
|
cd $isim-$surum
|
2016-02-24 02:27:23 +02:00
|
|
|
|
./configure --prefix=/usr \
|
|
|
|
|
--libexecdir=/usr/libexec/vte \
|
|
|
|
|
--disable-static
|
|
|
|
|
make
|
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
|
}
|
|
|
|
|
|