1 # Contributor: dimino jeremie <jeremie@dimino.org>
2 # Contributor: Paolo Herms
3 pkgname=proofgeneral-cvs
6 pkgdesc="Generic interface for proof assistants"
8 url="http://proofgeneral.inf.ed.ac.uk/"
11 provides=('proofgeneral')
12 conflicts=('proofgeneral')
14 install=proofgeneral.install
16 _cvsroot=":pserver:anon:anon@cvs.inf.ed.ac.uk:/disk/cvs/proofgen"
17 _cvsmod="ProofGeneral"
20 if [ -d $_cvsmod/CVS ]; then
24 cvs -z3 -d $_cvsroot co -D $pkgver -f $_cvsmod
29 yes ''|make compile || return 1
30 make PREFIX=$startdir/pkg/usr install