#Packager: Markus Muttilainen pkgname=terminator pkgver=0.93 pkgrel=1mm source=(http://launchpad.net/terminator/trunk/$pkgver/+download/${pkgname}_$pkgver.tar.gz) #sourcetemplate=http://people.salixos.org/stillborn/$pkgname/ docs=("README" "ChangeLog" "INSTALL" "COPYING") #url=http://www.tenshu.net/terminator/ #dotnew=() #CFLAGS="-O2 -march=i486 -mtune=i686" #CXXFLAGS="-O2 -march=i486 -mtune=i686" #options=('noextract') #doinst() { # #} 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)." ) build() { cd $startdir/src/$pkgname-$pkgver ./setup.py install --prefix=/usr --root=$startdir/pkg rm $startdir/pkg/usr/share/icons/hicolor/icon-theme.cache }