# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="3D animation and morphing library" HOMEPAGE="http://www.makehuman.org/" SRC_URI="mirror://sourceforge/makehuman/${P}.tar.gz" LICENSE="LGPL" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="" S=${WORKDIR}/${P} src_compile() { ./configure \ --host=${CHOST} \ --prefix=/usr \ --infodir=/usr/share/info \ --mandir=/usr/share/man || die "./configure failed" } src_install() { make DESTDIR=${D} install || die }