1 # Contributor: Marcus Werner <myself@prakti.org>
2 # Maintainer: Henning Bekel <h dot bekel at googlemail dot com>
8 pkgdesc="Resynthesizer plugin for The Gimp"
10 url="https://github.com/bootchk/resynthesizer"
13 makedepends=('git' 'intltool')
15 _gitroot="https://github.com/bootchk/resynthesizer.git"
16 _gitname="resynthesizer"
20 msg "Connecting to GIT server...."
22 if [ -d $_gitname ] ; then
23 cd $_gitname && git pull origin
24 msg "The local files are updated."
26 git clone $_gitroot $_gitname
29 msg "GIT checkout done or server timeout"
30 msg "Starting make..."
32 rm -rf "$srcdir/$_gitname-build"
33 git clone "$srcdir/$_gitname" "$srcdir/$_gitname-build"
34 cd "$srcdir/$_gitname-build"
41 ./configure --prefix=/usr
46 cd "$srcdir/$_gitname-build"
47 make DESTDIR="$pkgdir/" install