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

Collapse All | Expand All

(-)/usr/portage/media-libs/cal3d/cal3d-0.10.0.ebuild.orig (-10 / +4 lines)
Lines 2-32 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-libs/cal3d/cal3d-0.10.0.ebuild,v 1.5 2006/05/25 19:48:28 kloeri Exp $
3
# $Header: /var/cvsroot/gentoo-x86/media-libs/cal3d/cal3d-0.10.0.ebuild,v 1.5 2006/05/25 19:48:28 kloeri Exp $
4
4
5
inherit eutils
5
inherit eutils autotools
6
6
7
MY_P=${P/cal3d/cal3d-full}
8
DESCRIPTION="skeletal based character animation library"
7
DESCRIPTION="skeletal based character animation library"
9
HOMEPAGE="http://cal3d.sourceforge.net/"
8
HOMEPAGE="http://home.gna.org/cal3d/"
10
SRC_URI="mirror://sourceforge/cal3d/${MY_P}.tar.bz2"
9
SRC_URI="http://download.gna.org/cal3d/sources/${P}.tar.gz"
11
10
12
LICENSE="LGPL-2.1"
11
LICENSE="LGPL-2.1"
13
SLOT="0"
12
SLOT="0"
14
KEYWORDS="amd64 ppc x86"
13
KEYWORDS="amd64 ppc x86"
15
IUSE=""
14
IUSE=""
16
15
17
RDEPEND=""
16
DEPEND="!>=media-libs/cal3d-0.11"
18
DEPEND=">=sys-devel/automake-1.4
19
	>=sys-devel/autoconf-2.13
20
	!>=media-libs/cal3d-0.11"
21
17
22
src_unpack() {
18
src_unpack() {
23
	unpack ${A}
19
	unpack ${A}
24
	cd "${S}"
20
	cd "${S}"
25
	epatch "${FILESDIR}/cal3d-0.11.0_pre20050823-libtool-compat.patch"
26
}
21
}
27
22
28
src_compile() {
23
src_compile() {
29
	./autogen.sh || die "autogen failed"
30
	econf || die
24
	econf || die
31
	emake || die
25
	emake || die
32
}
26
}

Return to bug 139230