1 # Contributor: Odites <odites@gmail.ocm>
6 pkgdesc="Light QT-based multitab terminal emulator. Based on QTermWidget"
8 url="http://www.qt-apps.org/content/show.php/QTerminal?content=92158"
14 _cvsroot=":pserver:anonymous@qterminal.cvs.sourceforge.net:/cvsroot/qterminal"
21 msg "Connecting to $_cvsmod.sourceforge.net CVS server...."
22 if [ -d ${_cvsmod}/CVS ]; then
26 cvs -z3 -d ${_cvsroot} co -D ${pkgver} -f ${_cvsmod}
30 msg "CVS checkout done or server timeout"
31 msg "Starting make..."
33 cp -r ../${_cvsmod} ../${_cvsmod}-build
34 cd ../${_cvsmod}-build
36 sh ./get_qtermwidget.sh
38 cd ../${_cvsmod}-build
42 make DESTDIR=${pkgdir}/ install
44 install -D -m755 ${_cvsmod} ${pkgdir}/usr/bin/${_cvsmod}