Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 131839 | Differences between
and this patch

Collapse All | Expand All

(-)flatzebra-0.1.1.ebuild.orig (+9 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/dev-games/flatzebra/flatzebra-0.1.1.ebuild,v 1.8 2005/04/21 20:58:53 blubb Exp $
3
# $Header: /var/cvsroot/gentoo-x86/dev-games/flatzebra/flatzebra-0.1.1.ebuild,v 1.8 2005/04/21 20:58:53 blubb Exp $
4
4
5
inherit autotools eutils
6
5
DESCRIPTION="A generic game engine for 2D double-buffering animation"
7
DESCRIPTION="A generic game engine for 2D double-buffering animation"
6
HOMEPAGE="http://www3.sympatico.ca/sarrazip/en/"
8
HOMEPAGE="http://www3.sympatico.ca/sarrazip/en/"
7
SRC_URI="http://www3.sympatico.ca/sarrazip/dev/${P}.tar.gz"
9
SRC_URI="http://www3.sympatico.ca/sarrazip/dev/${P}.tar.gz"
Lines 17-22 Link Here
17
DEPEND="${RDEPEND}
19
DEPEND="${RDEPEND}
18
	dev-util/pkgconfig"
20
	dev-util/pkgconfig"
19
21
22
src_unpack() {
23
	unpack ${A}
24
	cd "${S}"
25
	epatch "${FILESDIR}/${P}-link-more-libs.patch"
26
	AT_M4DIR="${S}/macros" eautoreconf
27
}
28
20
src_install() {
29
src_install() {
21
	einstall \
30
	einstall \
22
		docdir="${D}/usr/share/doc/${PF}" \
31
		docdir="${D}/usr/share/doc/${PF}" \

Return to bug 131839