You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-text/xmlstarlet/xmlstarlet-1.2.0.ebuild

34 lines
774 B

# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/xmlstarlet/xmlstarlet-1.2.0.ebuild,v 1.1 2011/06/03 22:30:25 radhermit Exp $
EAPI="4"
DESCRIPTION="A set of tools to transform, query, validate, and edit XML documents"
HOMEPAGE="http://xmlstar.sourceforge.net/"
SRC_URI="mirror://sourceforge/xmlstar/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
IUSE=""
RDEPEND=">=dev-libs/libxml2-2.6.23
>=dev-libs/libxslt-1.1.9
dev-libs/libgcrypt
virtual/libiconv"
DEPEND="${RDEPEND}
sys-apps/sed"
src_configure() {
econf --disable-static-libs
}
src_install() {
default
dosym xml /usr/bin/xmlstarlet
dohtml -r doc/*
}