4 pkgdesc="hpt stands for Highly Portable Tosser or High Performance Tosser, whichever you like :-). It is a full-featured FTN tosser."
6 url="http://husky.sourceforge.net/"
9 depends=('husky-fidoconf-cvs' 'husky-huskylib-cvs')
12 _cvsroot=":pserver:anonymous@husky.cvs.sourceforge.net:/cvsroot/husky"
17 msg "Performing source checkout..."
18 if [ -d "$_cvsmod/CVS" ]; then
20 cvs -z3 update -d || return 1
23 cvs -z3 -d $_cvsroot co -D $pkgver -f "$_cvsmod" || return 1
25 msg "Source checkout finished."
26 rm -rf "$_cvsmod-build"
27 cp -r "$_cvsmod" "$_cvsmod-build" || return 1
30 make DESTDIR=${pkgdir} install