summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Martin <slarti@gentoo.org>2005-12-28 13:35:30 +0000
committerTom Martin <slarti@gentoo.org>2005-12-28 13:35:30 +0000
commite22bf101c89d04e48e693f03e2c963be360b3f3d (patch)
treec7299b050b0cca55ed9eb859e62b63e4a7412a6d /dev-util/xmlindent/xmlindent-0.2.17.ebuild
parentA new day, means a new upstream version (diff)
downloadgentoo-2-e22bf101c89d04e48e693f03e2c963be360b3f3d.tar.gz
gentoo-2-e22bf101c89d04e48e693f03e2c963be360b3f3d.tar.bz2
gentoo-2-e22bf101c89d04e48e693f03e2c963be360b3f3d.zip
Initial import, thanks to Sascha Herrmann <starfox899@web.de> in bug #113535.
(Portage version: 2.1_pre1)
Diffstat (limited to 'dev-util/xmlindent/xmlindent-0.2.17.ebuild')
-rw-r--r--dev-util/xmlindent/xmlindent-0.2.17.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-util/xmlindent/xmlindent-0.2.17.ebuild b/dev-util/xmlindent/xmlindent-0.2.17.ebuild
new file mode 100644
index 000000000000..6d72f4c09585
--- /dev/null
+++ b/dev-util/xmlindent/xmlindent-0.2.17.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/xmlindent/xmlindent-0.2.17.ebuild,v 1.1 2005/12/28 13:35:30 slarti Exp $
+
+inherit eutils
+DESCRIPTION="XML Indent is an XML stream reformatter written in ANSI C, analogous to GNU indent."
+HOMEPAGE="http://xmlindent.sourceforge.net/"
+SRC_URI="mirror://sourceforge/xmlindent/${P}.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~sparc"
+
+IUSE=""
+DEPEND="sys-devel/flex"
+
+
+src_compile() {
+ emake || die "emake failed"
+}
+
+src_install() {
+ dobin xmlindent
+ doman *.1
+}
+