vp-build/srcpkgs/terminator/template

22 lines
673 B
Bash

# Template file for 'terminator'
pkgname=terminator
version=0.98
revision=1
build_style=python-module
hostmakedepends="python intltool"
makedepends="vte-python"
depends="desktop-file-utils vte-python python"
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=076c8a9de27e40afbf8fccd94191558d7dbba4409d5cc8fb30dba5346ea55ddb
noarch=yes
wrksrc=Terminator-$version
pre_configure() {
cp $FILESDIR/terminator.desktop.in data
}