21 lines
653 B
Bash
21 lines
653 B
Bash
# Template file for 'terminator'
|
|
pkgname=terminator
|
|
version=1.0
|
|
revision=2
|
|
build_style=python2-module
|
|
hostmakedepends="python intltool"
|
|
makedepends="vte-python"
|
|
depends="desktop-file-utils vte-python python-psutil"
|
|
pycompile_module="terminatorlib"
|
|
short_desc="Tiling terminal emulator application"
|
|
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
|
homepage="http://gnometerminator.blogspot.de/"
|
|
license="GPL-2"
|
|
distfiles="http://launchpad.net/$pkgname/trunk/${version}/+download/${pkgname}-${version}.tar.gz"
|
|
checksum=88aa09e96591c4fd7ff2765617acee6c9bae9c188db2590652a8aba53bbbdadd
|
|
noarch=yes
|
|
|
|
pre_configure() {
|
|
cp $FILESDIR/terminator.desktop.in data
|
|
}
|