--- /usr/portage/media-libs/cal3d/cal3d-0.10.0.ebuild.orig 2006-05-25 22:06:00.000000000 +0200 +++ cal3d-0.10.0.ebuild 2006-07-04 21:40:07.000000000 +0200 @@ -2,12 +2,11 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-libs/cal3d/cal3d-0.10.0.ebuild,v 1.5 2006/05/25 19:48:28 kloeri Exp $ -inherit eutils +inherit eutils autotools -MY_P=${P/cal3d/cal3d-full} DESCRIPTION="skeletal based character animation library" -HOMEPAGE="http://cal3d.sourceforge.net/" -SRC_URI="mirror://sourceforge/cal3d/${MY_P}.tar.bz2" +HOMEPAGE="http://home.gna.org/cal3d/" +SRC_URI="http://download.gna.org/cal3d/sources/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" @@ -15,18 +14,17 @@ IUSE="" RDEPEND="" -DEPEND=">=sys-devel/automake-1.4 - >=sys-devel/autoconf-2.13 +DEPEND=">=sys-devel/automake-1.7 + >=sys-devel/autoconf-2.53 + >=sys-devel/libtool-1.4 !>=media-libs/cal3d-0.11" src_unpack() { unpack ${A} cd "${S}" - epatch "${FILESDIR}/cal3d-0.11.0_pre20050823-libtool-compat.patch" } src_compile() { - ./autogen.sh || die "autogen failed" econf || die emake || die }