1 # Maintainer: Mailson Lira <mailson@gmail.com>
6 pkgdesc="QML bindings to the Box2D physics library"
8 url="https://gitorious.org/qml-box2d"
11 makedepends=('qt' 'git')
15 _gitroot="https://git.gitorious.org/qml-box2d/qml-box2d.git"
21 if [ ! -d "${srcdir}/${_gitname}" ]; then
24 cd ${_gitname} && git pull origin
27 msg "GIT checkout done."
30 cp -rf "${_gitname}" "${_gitname}-build"
31 cd "${_gitname}-build"
38 cd "${srcdir}/${_gitname}-build"
40 make INSTALL_ROOT="${pkgdir}" install