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/docbook-xml-simple-dtd/docbook-xml-simple-dtd-4.1....

39 lines
997 B

# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
inherit sgml-catalog
DESCRIPTION="Simplified Docbook DTD for XML"
HOMEPAGE="http://www.oasis-open.org/docbook/xml/simple/4.1.2.5/"
SRC_URI="http://www.nwalsh.com/docbook/simple/${PV}/simple4125.zip"
LICENSE="docbook"
SLOT="4.1.2.5"
KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
IUSE=""
RDEPEND=">=app-text/build-docbook-catalog-1.6"
DEPEND=">=app-arch/unzip-5.41"
S=${WORKDIR}
sgml-catalog_cat_include "/etc/sgml/xml-simple-docbook-${PV}.cat" \
"/usr/share/sgml/docbook/${P#docbook-}/catalog"
src_install() {
insinto /usr/share/sgml/docbook/${P#docbook-}
doins *.dtd *.mod *.css
newins "${FILESDIR}"/${P}.catalog catalog
}
pkg_postinst() {
build-docbook-catalog
sgml-catalog_pkg_postinst
}
pkg_postrm() {
build-docbook-catalog
sgml-catalog_pkg_postrm
}