1 # Contributor: Det <nimetonmaili at gmail a-dot com>
2 # Contributor: <You know who you are>
7 pkgdesc="Linux terminal based on classic terminals from first person shooter games - CVS version"
9 url="http://tilda.sourceforge.net"
10 provides=("tilda=`date +%Y%m%d`")
13 depends=('vte' 'confuse' 'libglade')
14 makedepends=('gawk' 'cvs')
15 source=(${pkgname}.patch)
16 md5sums=('a178f911d9941cbe68731a03aa931c02')
18 _cvsroot=":pserver:anonymous@tilda.cvs.sourceforge.net:/cvsroot/tilda"
21 if [ -d ${_cvsmod}/CVS ]; then
22 msg "Starting CVS update."
25 msg "Updating finished."
27 msg "Starting (ugh) CVS checkout ..."
28 cvs -z3 -d ${_cvsroot} co -D ${pkgver} -P ${_cvsmod}
29 msg "Checkout done or the server timed out."
33 [ -e ../${_cvsmod}-build ] && rm -rf ../${_cvsmod}-build
35 msg "Applying the time fix patch"
36 patch -Np0 -i ../${pkgname}.patch
37 msg "Starting make..."
39 ./configure --prefix=/usr
45 make DESTDIR="${pkgdir}" install