1 # Maintainer: Dirk Vanden Boer <dirk.vdb@gmail.com>
2 # Contributor: Anton Bazhenov <anton.bazhenov at gmail>
3 # Contributor: Alois Nespor <alois.nespor@gmail.com>
4 # Contributor: Stefan Husmann <stefan-husmann@t-online.de>
9 pkgdesc="An audio player which focuses on performance and simplicity"
10 arch=('x86_64' 'i686')
11 url="http://gejengel.googlecode.com/svn/trunk/web/index.html"
13 depends=('ffmpeg' 'taglib' 'libnotify' 'imagemagick' 'alsa-lib' 'lastfmlib' 'libmad' 'flac' 'libxdg-basedir' 'gtkmm')
14 source=(http://$pkgname.googlecode.com/files/$pkgname-$pkgver.tar.gz)
15 md5sums=('9efe0f95098fba7d046ac0d2d84b12dc')
18 cd "$srcdir"/$pkgname-$pkgver
19 ./configure --disable-shared --enable-silent-rules --prefix=/usr || return 1
24 cd "$srcdir"/$pkgname-$pkgver
25 make DESTDIR="$pkgdir" install || return 1