# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-libs/xmlwrapp/xmlwrapp-0.5.0-r1.ebuild,v 1.21 2008/05/01 00:45:43 dev-zero Exp $ inherit eutils DESCRIPTION="modern style C++ library that provides a simple and easy interface to libxml2" HOMEPAGE="http://sourceforge.net/projects/xmlwrapp/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" RDEPEND="dev-libs/libxml2 dev-libs/libxslt" DEPEND="${RDEPEND}" src_unpack() { unpack ${A} cd "${S}" epatch "${FILESDIR}/xmlwrapp-0.6.1-test-h.patch" } src_install() { emake DESTDIR="${D}" install || die "install failed" }