1 # Maintainer: Thomas Weißschuh <thomas_weissschuh || lavabit || com>
2 # Contributor: Zveroy <zy at aafg dot ws>
3 # Contributor: Jonas Haag <jonas at lophus dot org>
4 # Contributor: Pardi Tommaso <homer.j.simson.bis at gmail dot com>
9 pkgdesc='VTE based, highly customizable terminal emulator'
10 arch=('i686' 'x86_64')
12 url='http://www.calno.com/evilvte/'
14 depends=('vte3' 'hicolor-icon-theme')
15 makedepends=('pkg-config')
16 source=("http://www.calno.com/evilvte/evilvte-${pkgver}.tar.xz")
17 install=evilvte.install
20 cd ${srcdir}/evilvte-${pkgver}
22 if [ -e ${startdir}/config.h ]
26 cp ./src/config.h ${startdir}/
28 echo Please edit ${startdir}/config.h to customize your options.
30 if [ -n "${EDITOR}" ] ; then
31 "${EDITOR}" "${startdir}/config.h"
35 cp -f ${startdir}/config.h ./src/
36 ./configure --prefix=/usr --with-gtk=3.0
41 cd ${srcdir}/evilvte-${pkgver}
42 make DESTDIR=${pkgdir} install
44 sha1sums=('f0c3da878d42c8cd0345b7f012c865f46ec6e370')