1 # Maintainer: Calvin Morrison <mutantturkey@gmail.com>
2 # Contributor: Dannny <danny.a95@gmail.com>
7 pkgdesc="simple virtual terminal emulator: A minimal, tabbed, VTE-based terminal"
9 url="http://code.google.com/p/svte/"
11 depends=('gtk2' 'vte')
12 makedepends=('mercurial')
15 _hgroot=http://svte.googlecode.com/hg/
21 if [ -d ${_hgrepo} ]; then
22 cd ${startdir}/src/${_hgrepo}
25 hg clone ${_hgroot}${_hgrepo} || return 1
26 cd ${startdir}/src/${_hgrepo}
29 msg "Mercurial clone done or server timeout"
30 msg "Starting make..."
33 make DESTDIR=${pkgdir} install