1 # Contributor: Nikhilesh S (nikki) <s.nikhilesh@gmail.com>
6 pkgdesc="An OpenAL wrapper for the Ogre Rendering Engine (with patch for 'buffer queue' problem)"
8 url="http://sourceforge.net/projects/ogreal/"
10 depends=('ogre' 'gtk2' 'openal' 'libvorbis' 'libxaw')
11 makedepends=('svn' 'autoconf' 'automake' 'pkgconfig>=0.9' 'libtool' 'boost')
15 source=('patch.patch')
16 md5sums=('7240fc94c7b09dd99810db085e059730')
18 _svntrunk=http://ogreal.svn.sourceforge.net/svnroot/ogreal/trunk/OgreAL-Eihort
24 if [ -d $_svnmod/.svn ]; then
29 svn co $_svntrunk --config-dir ./ -r $pkgver $_svnmod
32 msg "SVN checkout done or server timeout"
35 cp -rf $_svnmod/ $_svnmod-build/
38 patch -p0 -i $startdir/patch.patch
40 msg "Starting make..."
42 touch NEWS AUTHORS ChangeLog
44 ./configure --prefix=/usr
46 make DESTDIR=$pkgdir install