# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml2/libxml2-2.6.11.ebuild,v 1.3 2004/07/31 03:34:52 spider Exp $ inherit libtool flag-o-matic gnuconfig P=${P/mini-xml-2.0.0/mxml-2.0} PV=${P/mini-xml-2.0.0/mxml-2.0} DESCRIPTION="Mini-XML library. No bloody idea what that is." HOMEPAGE="http://www.easysw.com/~mike/mxml" SRC_URI="http://www.easysw.com/~mike/mxml/swfiles/${P}.tar.gz" RESTRICT="nomirror" LICENSE="GPL-2" KEYWORDS="x86" IUSE="" DEPEND="" src_unpack() { unpack ${A} # die "A: ${A} D: ${D}" } src_compile() { econf || die emake || die } src_install() { make DSTROOT=${D} install || die dodoc ANNOUNCEMENT CHANGES COPYING README TODO }