summaryrefslogtreecommitdiff
blob: a27217fae02316cbabdf327b3f8e3d0624274cb1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml++/libxml++-0.21.0.ebuild,v 1.4 2003/04/23 15:14:07 vapier Exp $

DESCRIPTION="C++ wrapper for the libxml XML parser library"
HOMEPAGE="http://libxmlplusplus.sourceforge.net/"
SRC_URI="mirror://sourceforge/libxmlplusplus/${P}.tar.gz"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~x86 ~ppc"

RDEPEND=">=dev-libs/libxml2-2.5.1"

src_install() {
	einstall install || die "Install failed"
	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*
}