#Packager: Vasile Coman #Former Packager: Markus Muttilainen pkgname=terminator pkgver=0.95 pkgrel=1vc source=(http://launchpad.net/terminator/trunk/$pkgver/+download/${pkgname}_$pkgver.tar.gz) sourcetemplate=http://people.salixos.org/kerd/$pkgname/$pkgver/ docs=("README" "ChangeLog" "INSTALL" "COPYING") url=http://www.tenshu.net/terminator/ slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "terminator - multi-featured terminal" "The goal of this project is to produce a useful tool for arranging" "terminals. It is inspired by programs such as gnome-multi-term," "quadkonsole, etc. in that the main focus is arranging terminals in" "grids (tabs is the most common default method, which Terminator also" "supports)." "http://www.tenshu.net/terminator" ) build() { cd $startdir/src/$pkgname-$pkgver ./setup.py install --prefix=/usr --root=$startdir/pkg rm $startdir/pkg/usr/share/icons/hicolor/icon-theme.cache }