1 # Contributor: Christoph Zeiler <rabyteNOSPAM_at_gmx.dot.org> and Mathieu Pasquet <mathieui> <mathieuivi@gmail.com>
6 pkgdesc="Turns any X terminal emulator into a Quake-style console"
8 url="http://qcon.tabed.org"
10 depends=('python-wnck>=2', 'python2')
11 makedepends=('setuptools')
12 source=("$url/get/$pkgname-$pkgver.tar.gz")
13 md5sums=('7f46a47b6633e8ccfdb309bae325701d')
15 cd ${srcdir}/$pkgname-$pkgver/
17 python2 setup.py build || return 1
18 python2 setup.py install --root="$pkgdir"
21 # vim:set ts=2 sw=2 et: