2 # Contributor: maleadt <tim.besard@gmail.com>
8 pkgdesc="GNOME C++ common macros."
10 url="http://gitorious.org/webkitmm"
14 _gitroot="git://gitorious.org/~jeremyh/webkitmm/jeremy-fixes.git"
19 msg "Connecting to GIT server..."
20 if [[ -d $srcdir/$pkgname ]]; then
21 cd $srcdir/$pkgname && git pull origin || return 1
23 git clone $_gitroot $srcdir/$pkgname || return 1
27 msg "GIT checkout done or server timeout"
30 cd "${srcdir}/${pkgname}"
32 ./configure --disable-documentation --prefix=/usr || return 1
33 cd "webkit/src" # download.lo
34 make || return 1 # needs to be
35 cd ../../ # built first
37 make DESTDIR="${pkgdir}" install || return 1