terminator: add package
This commit is contained in:
parent
b866deabbd
commit
f99aa4ca41
|
@ -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 <eb@s01.de>"
|
||||||
|
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"
|
||||||
|
}
|
Loading…
Reference in New Issue