1 # Contributor: Anton Bazhenov <anton.bazhenov at gmail>
2 # Contributor: Alois Nespor <alois.nespor@gmail.com>
7 pkgdesc="An audio player which focuses on performance and simplicity"
9 url="http://gejengel.googlecode.com/svn/trunk/web/index.html"
11 depends=('libsexymm' 'taglib' 'libnotify' 'imagemagick' 'alsa-lib' 'lastfmlib' 'libmad' 'flac' 'libxdg-basedir')
15 _svntrunk=http://gejengel.googlecode.com/svn/trunk/
21 if [ -d $_svnmod/.svn ]; then
22 (cd $_svnmod && svn up -r $pkgver)
24 svn co $_svntrunk --config-dir ./ -r $pkgver $_svnmod
27 msg "SVN checkout done or server timeout"
28 msg "Starting make..."
30 rm -rf "$srcdir/$_svnmod-build"
31 cp -r "$srcdir/$_svnmod" "$srcdir/$_svnmod-build"
32 cd "$srcdir/$_svnmod-build"
39 ./configure --prefix=/usr || return 1
43 cd "$srcdir/$_svnmod-build"
44 make DESTDIR="$pkgdir" install || return 1