1 # Contributor: Hagen Schink <troja84@googlemail.com>
3 pkgname=gtkparasite-git
6 pkgdesc="Gtk+ debugging and development tool"
7 url="http://chipx86.github.com/gtkparasite/"
10 depends=('gtk2' 'pygtk')
18 _gitroot="git://github.com/chipx86/gtkparasite"
19 _gitname="gtkparasite"
23 msg "Connecting to github.com GIT server...."
25 if [ -d ${srcdir}/$_gitname ] ; then
26 cd $_gitname && git pull origin
27 msg "The local files are updated."
32 msg "GIT checkout done or server timeout"
33 msg "Starting make..."
35 git clone $_gitname $_gitname-build
36 cd ${srcdir}/$_gitname-build
38 ./autogen.sh --prefix=/usr
40 make DESTDIR=${pkgdir} install || return 1