summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 08a467edab2412362695ef509eb81f6ccee99a9a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Maintainer: Kyle Keen <keenerd@gmail.com>
# Maintainer: eric <eric@archlinux.org>
# Contributor: Damir Perisa <damir.perisa@bluewin.ch>

pkgname=synaesthesia
pkgver=2.4
pkgrel=1
pkgdesc="Represents music graphically as coruscating field of fog and glowing lines"
arch=('i686' 'x86_64')
url="http://www.logarithmic.net/pfh/Synaesthesia"
license=('GPL')
depends=('sdl' 'libsm')
optdepends=('esound: For line input.')
source=(http://www.logarithmic.net/pfh-files/$pkgname/$pkgname-$pkgver.tar.gz)
md5sums=('784105cbeed3ab209231675f0e029497')

build() {
  cd "$srcdir/$pkgname-$pkgver"
  ./configure --prefix=/usr
  make
}

package() {
  cd "$srcdir/$pkgname-$pkgver"
  make prefix="$pkgdir/usr" install
}