4 pkgdesc="A 3D space action shooter"
6 url="http://www.orxonox.net/"
8 depends=('ogre' 'cegui-ogre' 'boost' 'lua' 'tcl' 'openal' 'freealut' 'libvorbis' 'zlib')
10 source=(http://svn.orxonox.net/ogre/source_packages/orxonox-0.0.5_src_unix.tar.gz)
11 md5sums=('fc4c3c425c91bafa21d8e508cd6beb2f')
17 msg "Configuring package..."
18 if [ ! -d build ]; then
22 cmake .. -DCMAKE_BUILD_TYPE=Release -DORXONOX_RELEASE=TRUE -DCMAKE_INSTALL_PREFIX=/usr
24 msg "Building package..."
26 make DESTDIR="${pkgdir}" install || return 1