# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="XML Indent is a XML stream reformatter written in ANSI C. It is analogous to GNU indent." HOMEPAGE="http://xmlindent.sourceforge.net/" SRC_URI="http://mesh.dl.sourceforge.net/sourceforge/xmlindent/${P}.tar.gz" LICENSE="GPL" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="sys-devel/flex" S=${WORKDIR}/${P} src_compile() { emake || die "emake failed" } src_install() { dobin xmlindent doman *.1 }