xrandr: update to 1.5.3
[oi-userland.git] / components / docbook / docbook-xsl / Makefile
blobc21ca63728f21a5f3c5ff3c88798f5621f6677c4
2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
5 # 1.0 of the CDDL.
7 # A full copy of the text of the CDDL should have accompanied this
8 # source. A copy of the CDDL is also available via the Internet at
9 # http://www.illumos.org/license/CDDL.
13 # Copyright 2014 Alexander Pyhalov. All rights reserved.
14 # Copyright 2018 Michal Nowak
15 # Copyright 2022 Friedrich Kink
18 BUILD_STYLE= justmake
20 include ../../../make-rules/shared-macros.mk
22 COMPONENT_NAME= docbook-xsl
23 COMPONENT_VERSION= 1.79.2
24 COMPONENT_SUBVERSION= 5.1
25 COMPONENT_FMRI= data/docbook/xsl
26 COMPONENT_SUMMARY= Norman Walsh's XSL stylesheets for DocBook XML
27 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
28 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.bz2
29 COMPONENT_ARCHIVE_HASH= sha256:316524ea444e53208a2fb90eeb676af755da96e1417835ba5f5eb719c81fa371
30 COMPONENT_ARCHIVE_URL= \
31 https://github.com/docbook/xslt10-stylesheets/releases/download/release/$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)
32 COMPONENT_PROJECT_URL= https://docbook.org/
33 COMPONENT_LICENSE_FILE= COPYING
34 COMPONENT_LICENSE= docbook-xsl
36 COMPONENT_VERSION_1= 1.79.1
37 COMPONENT_ARCHIVE_1= docbook-xsl-doc-$(COMPONENT_VERSION_1).tar.bz2
38 COMPONENT_ARCHIVE_HASH_1= sha256:aabaebeb35f6ca77a9c1fa23e2c4e704dcefc5b47af03f8b6ead7103cd5d1155
39 COMPONENT_ARCHIVE_URL_1= \
40 http://sourceforge.net/projects/docbook/files/docbook-xsl-doc/$(COMPONENT_VERSION_1)/$(COMPONENT_ARCHIVE_1)
42 include $(WS_MAKE_RULES)/common.mk
44 # we don't use $(USERLAND_UNPACK) because it can't unpack files to existing directory
45 COMPONENT_POST_UNPACK_ACTION += /usr/gnu/bin/tar xf $(USERLAND_ARCHIVES)$(COMPONENT_ARCHIVE_1)
47 COMPONENT_PREP_ACTION +=(cp $(COMPONENT_DIR)/files/docbook-style-xsl.Makefile $(@D)/Makefile)
49 COMPONENT_INSTALL_ARGS = DESTDIR=$(PROTO_DIR)/usr/share/sgml/docbook/xsl-stylesheets-$(COMPONENT_VERSION)-$(COMPONENT_SUBVERSION)
50 COMPONENT_INSTALL_ARGS += BINDIR=$(PROTO_DIR)/usr/bin
52 # Auto-generated dependencies