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

(-)denemo/denemo-0.7.2.ebuild.orig (+8 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/denemo/denemo-0.7.2.ebuild,v 1.3 2004/06/24 23:57:17 agriffis Exp $
3
# $Header: /var/cvsroot/gentoo-x86/media-sound/denemo/denemo-0.7.2.ebuild,v 1.3 2004/06/24 23:57:17 agriffis Exp $
4
4
5
inherit flag-o-matic
6
5
DESCRIPTION="GTK+ graphical music notation editor"
7
DESCRIPTION="GTK+ graphical music notation editor"
6
HOMEPAGE="http://denemo.sourceforge.net/"
8
HOMEPAGE="http://denemo.sourceforge.net/"
7
SRC_URI="http://dl.sourceforge.net/sourceforge/denemo/denemo-${PV}.tar.gz"
9
SRC_URI="http://dl.sourceforge.net/sourceforge/denemo/denemo-${PV}.tar.gz"
Lines 19-24 Link Here
19
	sys-devel/flex
21
	sys-devel/flex
20
	sys-devel/gettext"
22
	sys-devel/gettext"
21
23
24
src_compile() {
25
	append-flags -fpermissive
26
	econf || die
27
	emake || die
28
}
29
22
src_install() {
30
src_install() {
23
	make DESTDIR=${D} install || die
31
	make DESTDIR=${D} install || die
24
}
32
}

Return to bug 56031