From f99aa4ca415a1d2e766aeaacd9657773261b97ba Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Sat, 1 Mar 2014 09:38:47 +0100 Subject: [PATCH] terminator: add package --- srcpkgs/terminator/template | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 srcpkgs/terminator/template diff --git a/srcpkgs/terminator/template b/srcpkgs/terminator/template new file mode 100644 index 00000000000..431322b7128 --- /dev/null +++ b/srcpkgs/terminator/template @@ -0,0 +1,21 @@ +# Template file for 'terminator' +pkgname=terminator +version=0.97 +revision=1 +depends="desktop-file-utils vte-python python" +hostmakedepends="python intltool" +short_desc="tiling terminal emulator application" +maintainer="Enno Boland " +homepage="http://gnometerminator.blogspot.de/" +license="GPL-2" +distfiles="http://launchpad.net/$pkgname/trunk/${version}/+download/${pkgname}-${version}.tar.gz" +checksum=9131847023fa22f11cf812f6ceff51b5d66d140b6518ad41d7fa8b0742bfd3f7 +noarch=yes + +do_compile() { + python setup.py build --prefix=/usr --root="$DESTDIR" +} + +do_install() { + python setup.py install --prefix=/usr --root="$DESTDIR" +}