diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-11-26 19:09:43 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-11-26 19:09:43 +0000 |
commit | aa5e2aad0a0e08d11382dcad7af8c8af6a758968 (patch) | |
tree | 4b9123b72bdfd0b27af6d5719a1391ae12498788 /media-libs/cal3d/cal3d-0.11.0-r1.ebuild | |
parent | added scheme herd (diff) | |
download | gentoo-2-aa5e2aad0a0e08d11382dcad7af8c8af6a758968.tar.gz gentoo-2-aa5e2aad0a0e08d11382dcad7af8c8af6a758968.tar.bz2 gentoo-2-aa5e2aad0a0e08d11382dcad7af8c8af6a758968.zip |
cleanup
(Portage version: 2.1.2_rc2-r2)
Diffstat (limited to 'media-libs/cal3d/cal3d-0.11.0-r1.ebuild')
-rw-r--r-- | media-libs/cal3d/cal3d-0.11.0-r1.ebuild | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/media-libs/cal3d/cal3d-0.11.0-r1.ebuild b/media-libs/cal3d/cal3d-0.11.0-r1.ebuild index 570c0707309c..db4a061f2cf5 100644 --- a/media-libs/cal3d/cal3d-0.11.0-r1.ebuild +++ b/media-libs/cal3d/cal3d-0.11.0-r1.ebuild @@ -1,8 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/cal3d/cal3d-0.11.0-r1.ebuild,v 1.1 2006/10/07 20:36:42 kloeri Exp $ - -inherit debug eutils +# $Header: /var/cvsroot/gentoo-x86/media-libs/cal3d/cal3d-0.11.0-r1.ebuild,v 1.2 2006/11/26 19:09:43 vapier Exp $ DESCRIPTION="Cal3D is a skeletal based character animation library" HOMEPAGE="http://home.gna.org/cal3d" @@ -13,15 +11,13 @@ SLOT="0" KEYWORDS="~amd64 ~ia64 ~ppc ~x86 ~x86-fbsd" IUSE="16bit-indices debug" -DEPEND="!<=media-libs/cal3d-0.11" - -src_unpack() { - unpack ${A} - cd "${S}" -} +DEPEND="" src_compile() { - econf $(use_enable debug) $(use_enable 16bit-indices) || die + econf \ + $(use_enable debug) \ + $(use_enable 16bit-indices) \ + || die emake || die } |