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/html-xml-utils/html-xml-utils-5.5.ebuild

24 lines
705 B

# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/html-xml-utils/html-xml-utils-5.5.ebuild,v 1.1 2010/03/14 10:54:58 patrick Exp $
inherit eutils
DESCRIPTION="A number of simple utilities for manipulating HTML and XML files."
SRC_URI="http://www.w3.org/Tools/HTML-XML-utils/${P}.tar.gz"
HOMEPAGE="http://www.w3.org/Tools/HTML-XML-utils/"
LICENSE="W3C"
IUSE=""
KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86 ~x86-linux ~ppc-macos ~x86-macos"
SLOT="0"
RDEPEND="dev-util/gperf"
DEPEND="${RDEPEND}
>=sys-apps/sed-4"
src_install () {
make DESTDIR="${D}" install || die
dodoc AUTHORS ChangeLog README TODO
}