1 # Contributor: Eric Pignet <eric at erixpage dot com>
6 pkgdesc="A tool to synchronize files metadata with Nepomuk or Amarok"
9 url="http://wiki.github.com/ericpignet/neposync"
10 depends=('libkexiv2' 'qt>=4.3' libmysqlclient taglib openssl)
15 _gitroot=git://github.com/ericpignet/neposync.git
19 if [ -d $startdir/src/$_gitname ]
21 cd $startdir/src/$_gitname && git pull
23 cd $startdir/src && git clone $_gitroot && cd $_gitname
26 qmake && make || return 1
28 install -Dm755 $_gitname $pkgdir/usr/bin/$_gitname || return 1