1 # Contributor: Christoph Zeiler <rabyte*gmail>
6 pkgdesc="A set of plugins and applications to specifically help with writing games"
8 url="http://www.crystalspace3d.org/main/CEL"
10 depends=('crystalspace-svn')
11 makedepends=('pkgconfig' 'autoconf' 'automake' 'subversion' 'jam')
17 _svntrunk=http://cel.svn.sourceforge.net/svnroot/cel/cel/trunk
21 if [ -d $_svnmod/.svn ]; then
26 svn co $_svntrunk --config-dir ./ -r $pkgver $_svnmod
29 msg "SVN checkout done or server timeout"
32 cp -rf $_svnmod/ $_svnmod-build/
37 msg "Starting make..."
39 ./configure --prefix=/usr --sysconfdir=/etc
42 jam DESTDIR=$pkgdir install