#Packager: Vasile Coman pkgname=tilda pkgver=0.9.6 pkgrel=1vc source=("http://netcologne.dl.sourceforge.net/project/tilda/tilda/tilda-0.9.6/tilda-0.9.6.tar.gz") sourcetemplate=http://people.salixos.org/kerd/$pkgname/$pkgver/ docs=("readme" "install" "copying" "ChangeLog" "authors" "todo") url=http://tilda.sourceforge.net slackdesc=\ ( #|-----handy-ruler----------------------------------------------| "tilda (an FPS-style terminal)" "Tilda is a Linux terminal taking after the likeness of many" "classic terminals from first person shooter games, Quake, Doom" "and Half-Life (to name a few), where the terminal has no" "border and is hidden from the desktop until a key is pressed." "http://tilda.sourceforge.net/" ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --sysconfdir=/etc \ --localstatedir=/var \ --build=$arch-slackware-linux || return 1 make || return 1 make install DESTDIR=$startdir/pkg mkdir -p $startdir/pkg/usr/share/icons/hicolor/48x48/apps mkdir -p $startdir/pkg/usr/share/icons/hicolor/32x32/apps cp $startdir/src/$pkgname-$pkgver/tilda.png $startdir/pkg/usr/share/icons/hicolor/48x48/apps cp $startdir/src/$pkgname-$pkgver/tilda.png $startdir/pkg/usr/share/icons/hicolor/32x32/apps }