# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-libs/libemf/libemf-1.0.ebuild,v 1.16 2005/06/22 16:45:49 gustavoz Exp $ inherit eutils MY_P="${P/emf/EMF}" DESCRIPTION="Library implementation of ECMA-234 API for the generation of enhanced metafiles." HOMEPAGE="http://libemf.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" LICENSE="LGPL-2.1 GPL-2" SLOT="0" KEYWORDS="amd64 ppc ppc64 sparc x86" IUSE="" DEPEND="" S=${WORKDIR}/${MY_P} src_unpack() { unpack ${A} epatch ${FILESDIR}/${MY_P}-gcc3.patch epatch ${FILESDIR}/${MY_P}-amd64.patch } src_compile() { econf --enable-editing || die emake || die } src_install() { make DESTDIR=${D} install || die dohtml doc/html/* dodoc README NEWS AUTHORS ChangeLog }