# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit gnome2 MY_P=${P/pp/++} S=${WORKDIR}/${MY_P} DESCRIPTION="C++ wrapper for the libxml XML parser library" HOMEPAGE="http://libxmlplusplus.sourceforge.net/" SRC_URI="mirror://gnome/sources/libxml++/${PV%.*}/${MY_P}.tar.bz2" IUSE="" LICENSE="LGPL-2.1" SLOT="2.6" KEYWORDS="~x86 " RDEPEND=">=dev-libs/libxml2-2.6.1 >=dev-cpp/glibmm-2.4" DEPEND="${RDEPEND} dev-util/pkgconfig" MAKEOPTS="${MAKEOPTS} -j1" DOCS="AUTHORS COPYING ChangeLog NEWS README*"