summaryrefslogtreecommitdiff
blob: d17413dced03e2f81b78461a6cf4884505c66398 (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
27
28
29
30
31
32
# Copyright 1999-2001 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Maintainer: Desktop Team <desktop@gentoo.org>
# Author: Ulf Grossekathoefer <ugrossek@web.de>
# /home/cvsroot/gentoo-x86/skel.build,v 1.7 2001/08/25 21:15:08 chadh Exp

S=${WORKDIR}/${P}

DESCRIPTION="a program that represents music graphically in real time as coruscating field of fog and glowing lines"

SRC_URI="http://yoyo.cc.monash.edu.au/~pfh/${P}.tar.gz"

HOMEPAGE="http://yoyo.cc.monash.edu.au/~pfh/synaesthesia.html"

DEPEND="virtual/glibc
	virtual/x11 
	esd? ( >=media-sound/esound-0.2.22 )
	alsa? ( >=media-libs/alsa-lib-0.5.10 )
	sdl? ( >=media-libs/libsdl-1.2.0 )
	svga? ( >=media-libs/svgalib-1.4.3 )"

src_compile() {
	./configure --prefix=/usr || die
	emake || die
}


src_install() {
	dobin synaesthesia
	dodoc README COPYING
}