# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Simple parsing library for XML documents" SRC_URI="http://ftp.easysw.com/pub/${PN}/${PV}/${P}.tar.gz" HOMEPAGE="http://www.easysw.com/" SLOT="0" LICENSE="GPL2" KEYWORDS="~x86" IUSE="" RESTRICT="nomirror" src_compile() { econf || die "econf failed" emake || die "emake failed" } src_install() { make DSTROOT="${D}" install || die "einstall failed" dodoc CHANGES README }