1 # Maintainer: Max Pray a.k.a. Synthead <synthead@gmail.com>
7 pkgdesc="Library for Ogre targeted to help creating photorealistic atmospheric effects"
9 url="http://www.ogre3d.org/tikiwiki/Caelum"
10 depends=('ogre' 'cegui-ogre' 'doxygen')
11 makedepends=('mercurial')
16 _hgroot="https://caelum.googlecode.com/hg"
21 cmake -DCMAKE_INSTALL_PREFIX=/usr .
28 # Won't install unless this extists
29 [ ! -d doc ] && mkdir doc
30 [ ! -f doc/html ] && touch doc/html
32 make DESTDIR="$pkgdir" install
33 install -Dm 644 "$pkgdir/usr/doc/ReadMe.txt" "$pkgdir/usr/share/$_pkgname/ReadMe.txt"
34 rm -rf "$pkgdir/usr/doc"