updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / cel-svn / PKGBUILD
blobcc2c7bf1cdd775584d72e11b701402f35ab715b6
1 # Contributor: Christoph Zeiler <rabyte*gmail>
3 pkgname=cel-svn
4 pkgver=3791
5 pkgrel=1
6 pkgdesc="A set of plugins and applications to specifically help with writing games"
7 arch=('i686' 'x86_64')
8 url="http://www.crystalspace3d.org/main/CEL"
9 license=('LGPL')
10 depends=('crystalspace-svn')
11 makedepends=('pkgconfig' 'autoconf' 'automake' 'subversion' 'jam')
12 provides=('cel')
13 conflicts=('cel')
14 source=()
15 md5sums=()
17 _svntrunk=http://cel.svn.sourceforge.net/svnroot/cel/cel/trunk
18 _svnmod=cel
20 build() {
21   if [ -d $_svnmod/.svn ]; then
22     cd $_svnmod
23     svn up -r $pkgver
24     cd ..
25   else
26     svn co $_svntrunk --config-dir ./ -r $pkgver $_svnmod
27   fi
29   msg "SVN checkout done or server timeout"
31   rm -rf $_svnmod-build
32   cp -rf $_svnmod/ $_svnmod-build/
33   cd $_svnmod-build
35   ./autogen.sh
37   msg "Starting make..."
39   ./configure --prefix=/usr --sysconfdir=/etc
41   jam || return 1
42   jam DESTDIR=$pkgdir install