summaryrefslogtreecommitdiffstats
path: root/vte/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2012-05-12 12:13:41 +0200
committertnut <thierryn1 at hispeed dot ch>2012-05-12 12:13:41 +0200
commit0499a1d45c41097a95ec1ad8730ad9ac5182428c (patch)
tree7029d531a50234e51bdb87ca8eaae170679e172e /vte/Pkgfile
parent49a0985af5c245da44867e8b915da1aee3d83809 (diff)
downloadnutyx-pakxe-0499a1d45c41097a95ec1ad8730ad9ac5182428c.tar.gz
nutyx-pakxe-0499a1d45c41097a95ec1ad8730ad9ac5182428c.tar.bz2
nutyx-pakxe-0499a1d45c41097a95ec1ad8730ad9ac5182428c.tar.xz
nutyx-pakxe-0499a1d45c41097a95ec1ad8730ad9ac5182428c.zip
ajout de vte
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
+}
+