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

(-)ecasound-2.6.0.ebuild.orig (-4 / +8 lines)
Lines 1-4 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/ecasound/ecasound-2.6.0.ebuild,v 1.6 2009/08/01 06:24:06 ssuominen Exp $
3
# $Header: /var/cvsroot/gentoo-x86/media-sound/ecasound/ecasound-2.6.0.ebuild,v 1.6 2009/08/01 06:24:06 ssuominen Exp $
4
4
Lines 60-68 Link Here
60
}
60
}
61
61
62
src_install() {
62
src_install() {
63
	emake DESTDIR="${D}" install || die "emake install failed."
63
	emake DESTDIR="${D}" install || die
64
	dodoc BUGS NEWS README TODO Documentation/*.txt
64
	dodoc AUTHORS BUGS COPYING NEWS README TODO || die
65
	use doc && dohtml Documentation/*.html
65
	if use doc; then
66
		dohtml Documentation/*.html || die
67
		dodoc Documentation/programmers_guide/ecasound_programmers_guide.txt \
68
		|| die
69
	fi
66
}
70
}
67
71
68
pkg_postinst() {
72
pkg_postinst() {

Return to bug 299097