1 # Contributor: Douglas Soares de Andrade <douglas@archlinux.org>
7 pkgdesc="The PySide project provides LGPL Qt bindings for Python and related tools for binding generation."
10 url="http://www.pyside.org"
11 depends=('boostpythongenerator-git')
12 makedepends=('cmake' 'git' 'automoc4')
15 _gitroot='git://gitorious.org/pyside/pyside.git'
21 msg "Connecting to gitorious GIT server...."
23 if [ -d ${srcdir}/$_gitname ] ; then
26 git submodule update --init
27 msg "The local files are updated."
29 git clone $_gitroot $_gitname
31 git submodule update --init
34 msg "GIT checkout done."
37 if [ -d build ] ; then
42 cmake ${srcdir}/$_gitname \
43 -DCMAKE_INSTALL_PREFIX=/usr || return 1
45 make DESTDIR=$startdir/pkg install