1 # Maintainer: spider-mario <spidermario@free.fr>
2 pkgname=scengine-utils-git
5 pkgdesc="Free and open-source (GPL) 3D engine (utils)"
7 url="http://scengine.tuxfamily.org/"
9 makedepends=('git' 'autoconf' 'automake' 'libtool')
10 provides=('scengine-utils')
11 conflicts=('scengine-utils')
13 _gitroot="git://gitorious.org/scengine/utils.git"
18 msg "Connecting to GIT server...."
20 if [ -d $_gitname ] ; then
21 cd $_gitname && git pull origin
22 msg "The local files are updated."
24 git clone $_gitroot $_gitname
27 msg "GIT checkout done or server timeout"
28 msg "Starting make..."
30 rm -rf "$srcdir/$_gitname-build"
31 git clone "$srcdir/$_gitname" "$srcdir/$_gitname-build"
32 cd "$srcdir/$_gitname-build"
38 ./configure --prefix=/usr
43 cd "$srcdir/$_gitname-build"
44 make DESTDIR="$pkgdir/" install