1 # Maintainer: Kwpolska <kwpolska@kwpolska.co.cc>
2 # Used code from the gtk-engine-murrine-git package.
4 pkgname=gimp-resynth-git
7 pkgdesc="Resynthesizer plugin for GIMP (git version)"
10 url="http://www.logarithmic.net/pfh/resynthesizer"
11 depends=('git' 'gimp')
12 conflicts=('gimp-resynth')
13 _gitroot='git://github.com/bootchk'
14 _gitname='resynthesizer'
17 msg "Connecting to the GIT server...."
19 if [[ -d $srcdir/$_gitname ]] ; then
22 msg "The local files are updated."
24 git clone $_gitroot/$_gitname.git
27 msg "GIT checkout done"
28 msg "Starting make..."
31 ./configure --prefix=/usr
33 make DESTDIR=$pkgdir install