updated on Tue Jan 10 00:10:07 UTC 2012
[aur-mirror.git] / xnoise / PKGBUILD
blob7c67fe9082903adc9e33baeee2cecffc80c13f88
1 # Maintainer: archtux <antonio.arias99999 at gmail.com>
3 pkgname=xnoise
4 pkgver=0.1.30
5 pkgrel=1
6 pkgdesc="Media player with a slick GUI, great speed and lots of features."
7 arch=('i686' 'x86_64')
8 url="http://www.xnoise-media-player.com/"
9 license=('GPL2')
10 depends=('gstreamer0.10' 'libunique' 'taglib')
11 makedepends=('intltool' 'pkg-config' 'vala>=0.11.6')
12 source=(http://xnoise.googlecode.com/files/$pkgname-$pkgver.tar.bz2)
13 md5sums=('43169e4972b158029580134f1be0a3d0')
15 build() {
16   cd $srcdir/$pkgname-$pkgver
18   ./configure --prefix=/usr
19   make
20   make DESTDIR=$pkgdir install