Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 272578
Collapse All | Expand All

(-)phasex-0.11.1.ebuild.old (+7 lines)
Lines 2-7 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/media-sound/phasex/phasex-0.11.1.ebuild,v 1.2 2007/10/17 07:53:48 mr_bones_ Exp $
3
# $Header: /var/cvsroot/gentoo-x86/media-sound/phasex/phasex-0.11.1.ebuild,v 1.2 2007/10/17 07:53:48 mr_bones_ Exp $
4
4
5
EAPI=2
6
5
DESCRIPTION="Software synthesizer (Phase Harmonic Advanced Synthesis EXperiment)"
7
DESCRIPTION="Software synthesizer (Phase Harmonic Advanced Synthesis EXperiment)"
6
HOMEPAGE="http://sysex.net/phasex/"
8
HOMEPAGE="http://sysex.net/phasex/"
7
SRC_URI="http://sysex.net/phasex/${P}.tar.gz"
9
SRC_URI="http://sysex.net/phasex/${P}.tar.gz"
Lines 13-18 Link Here
13
15
14
DEPEND="media-sound/jack-audio-connection-kit"
16
DEPEND="media-sound/jack-audio-connection-kit"
15
17
18
src_prepare() {
19
	find . -name '*.h' | xargs sed -i -e "s/float_t/${PN}_float_t/"
20
	find . -name '*.c' | xargs sed -i -e "s/float_t/${PN}_float_t/"
21
}
22
16
src_install() {
23
src_install() {
17
	emake DESTDIR="${D}" install || die "make install failed"
24
	emake DESTDIR="${D}" install || die "make install failed"
18
	dodoc AUTHORS README TODO doc/ROADMAP
25
	dodoc AUTHORS README TODO doc/ROADMAP

Return to bug 272578