updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / synaesthesia / PKGBUILD
blob129aa3af9af3c264ffb6510f7ece9a17208c1feb
1 # $Id: PKGBUILD 8775 2008-08-16 05:52:42Z eric $
2 # Maintainer: Kyle Keen <keenerd@gmail.com>
3 # Maintainer: eric <eric@archlinux.org>
4 # Contributor: Damir Perisa <damir.perisa@bluewin.ch>
7 pkgname=synaesthesia
8 pkgver=2.4
9 pkgrel=1
10 pkgdesc="Represents music graphically as coruscating field of fog and glowing lines"
11 arch=(i686 x86_64)
12 url="http://www.logarithmic.net/pfh/Synaesthesia"
13 license=('GPL')
14 depends=('sdl' 'libsm')
15 optdepends=('esound: For line input.')
16 source=(http://www.logarithmic.net/pfh-files/$pkgname/$pkgname-$pkgver.tar.gz)
17 md5sums=('784105cbeed3ab209231675f0e029497')
19 build() {
20   cd "$srcdir"/$pkgname-$pkgver
21   ./configure --prefix=/usr
22   make
23   make prefix="$pkgdir"/usr install