summaryrefslogtreecommitdiffstats
path: root/vte/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'vte/Pkgfile')
-rwxr-xr-xvte/Pkgfile28
1 files changed, 28 insertions, 0 deletions
diff --git a/vte/Pkgfile b/vte/Pkgfile
new file mode 100755
index 000000000..e3671b72b
--- /dev/null
+++ b/vte/Pkgfile
@@ -0,0 +1,28 @@
+# Description: Implémentation pour émulateur de terminals
+# URL: http://developer.gnome.org/arch/gnome/widgets/vte.html
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: gtk, p5-xml-parser, pygtk, gobject-introspection
+# Run on: gtk,p5-xml-parser,pygtk
+
+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
+ sed -i 's%\\177:%&kh=\\EOH:@7=\\EOF:%' termcaps/xterm
+ PYTHON=/usr/bin/python2 ./configure --prefix=/usr\
+ --libexecdir=/usr/lib/vte \
+ --enable-python \
+ --enable-introspection \
+ --with-gtk=2.0 \
+ --with-xft2 \
+ --with-pangox
+ make
+ make DESTDIR=$PKG install
+ rm -rf $PKG/usr/share/gtk-doc
+}
+