1 pkgname=husky-fidoconf-cvs
4 pkgdesc="This library is a core part of HUSKY portable fidonet software which parsing and manipulating config file"
6 url="http://husky.sf.net"
9 depends=('husky-huskylib-cvs' 'husky-smapi-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
29 cp huskymak.cfg ${srcdir}
31 make DESTDIR=${pkgdir} install