# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ IUSE="" DESCRIPTION="C++ wrapper for the libxml parser library." SRC_URI="mirror://sourceforge/libxmlplusplus/${P}.tar.gz" HOMEPAGE="http://libxmlplusplus.sourceforge.net/" S=${WORKDIR}/${P} LICENSE="LGPL-2" KEYWORDS="x86" RDEPEND=">=dev-libs/libxml2-2.4.1" DEPEND="${RDEPEND}" src_install() { einstall dosym /usr/lib/libxml++-0.1.a /usr/lib/libxml++.a dosym /usr/lib/libxml++-0.1.so /usr/lib/libxml++.so dodoc AUTHORS COPYING* ChangeLog NEWS README }