# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header$ inherit sgml-catalog eutils DESCRIPTION="DTDs for the eXtensible HyperText Markup Language 1.1" HOMEPAGE="http://www.w3.org/TR/xhtml11/" SRC_URI="http://www.w3.org/TR/xhtml11/xhtml11.tgz" LICENSE="W3C" SLOT="0" KEYWORDS="x86 ~ppc" IUSE="" DEPEND="app-text/sgml-common" src_unpack() { unpack ${A} cd ${S}/DTD #epatch ${FILESDIR}/${PN}-catalog.patch } src_install() { insinto /usr/share/sgml/${PN} doins DTD/*.??? insinto /etc/sgml dodoc *.pdf *.ps dohtml *.html *.png *.css } sgml-catalog_cat_include "/etc/sgml/${PN}.cat" \ "/usr/share/sgml/${PN}/xhtml11.cat"