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

(-)solfege-3.14.2.ebuild (-7 / +3 lines)
Lines 1-6 Link Here
1
# Copyright 1999-2009 Gentoo Foundation
1
# Copyright 1999-2010 Gentoo Foundation
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/solfege/solfege-3.14.2.ebuild,v 1.5 2009/12/26 17:40:27 pva Exp $
3
# $Header: $
4
4
5
EAPI=2
5
EAPI=2
6
6
Lines 10-16 Link Here
10
10
11
LICENSE="GPL-3"
11
LICENSE="GPL-3"
12
SLOT="0"
12
SLOT="0"
13
KEYWORDS="amd64 ~ppc x86"
13
KEYWORDS="~amd64 ~ppc ~x86"
14
IUSE="oss"
14
IUSE="oss"
15
15
16
RDEPEND=">=dev-lang/python-2.5
16
RDEPEND=">=dev-lang/python-2.5
Lines 34-43 Link Here
34
		$(use_enable oss oss-sound)
34
		$(use_enable oss oss-sound)
35
}
35
}
36
36
37
src_compile() {
38
	LANGUAGE=C emake || die "emake failed"
39
}
40
41
src_install() {
37
src_install() {
42
	emake DESTDIR="${D}" install || die "emake install failed"
38
	emake DESTDIR="${D}" install || die "emake install failed"
43
	dodoc AUTHORS *hange*og FAQ README
39
	dodoc AUTHORS *hange*og FAQ README

Return to bug 301460