updated on Mon Jan 23 12:00:23 UTC 2012
[aur-mirror.git] / osgart2 / PKGBUILD
blobc405b0c498005b8a9cc72f03f7d51db528b9fbd6
1 # Contributor: Juan Diego Tascon
3 pkgname=osgart2
4 pkgver=2.0_RC3
5 pkgrel=2
6 pkgdesc="Library that simplifies the development of augmented reality"
7 arch=('i686' 'x86_64')
8 url="http://www.osgart.org"
9 license=('GPL')
10 depends=('artoolkit-svn' 'openscenegraph')
11 source=("http://www.osgart.org/files/osgART_${pkgver}.zip")
12 md5sums=('e42bef7f45df694acb0bc0f5d75074b4')
14 build() {
15         cd $srcdir/osgART_${pkgver}
17         cat include/osgART/Utils | sed s/exit/return/ >> Utils.tmp
18         mv -f Utils.tmp include/osgART/Utils
20         cmake -DCMAKE_INSTALL_PREFIX=/usr/ .
21         make
22         make DESTDIR=$pkgdir install