# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="C++ wrapper for libxml" HOMEPAGE="http://libxmlplusplus.sourceforge.net/" SRC_URI="http://unc.dl.sourceforge.net/sourceforge/libxmlplusplus/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND=">=dev-libs/libxml2-2.4.28-r1" S=${WORKDIR}/${P} src_compile() { econf emake || die } src_install() { einstall }