# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-cpp/libmxmlplus/libmxmlplus-0.9.2_p20060618.ebuild,v 1.1 2006/06/18 01:23:50 flameeyes Exp $ inherit libtool DESCRIPTION="Mini-XML is a small XML parsing library that you can use to read XML and XML-like data files in your application without requiring large non-standard libraries." SRC_URI="http://ftp.funet.fi/pub/mirrors/ftp.easysw.com/pub/mxml/2.3/${P}.tar.gz" HOMEPAGE="http://www.easysw.com/~mike/mxml/" DEPEND="" RDEPEND="" LICENSE="Mini-XML (less restrictive variant of LGPL)" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="doc" src_unpack() { unpack ${A} } src_compile() { econf || die "econf failed" emake || die "emake failed" } src_install () { emake DSTROOT=${D} install || die }