David Stes
2024-03-31 8cdd197ba643eb2608c5aab87567625bb9336cee
commit | author | age
b3cfea 1 #
AP 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.
6 #
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.
10 #
11
12 #
13 # Copyright 2014 Alexander Pyhalov.  All rights reserved.
3c83aa 14 # Copyright 2018 Michal Nowak
63b176 15 # Copyright 2022 Friedrich Kink
b3cfea 16 #
63b176 17
F 18 BUILD_STYLE=    justmake
b3cfea 19
AP 20 include ../../../make-rules/shared-macros.mk
21
63b176 22 COMPONENT_NAME=        docbook-xsl
F 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
b3cfea 30 COMPONENT_ARCHIVE_URL= \
63b176 31   https://github.com/docbook/xslt10-stylesheets/releases/download/release/$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)
F 32 COMPONENT_PROJECT_URL=    https://docbook.org/
33 COMPONENT_LICENSE_FILE=    COPYING
34 COMPONENT_LICENSE=    docbook-xsl
b3cfea 35
63b176 36 COMPONENT_VERSION_1=    1.79.1
F 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)
b3cfea 41
63b176 42 include $(WS_MAKE_RULES)/common.mk
b3cfea 43
AP 44 # we don't use $(USERLAND_UNPACK) because it can't unpack files to existing directory
922fd7 45 COMPONENT_POST_UNPACK_ACTION += /usr/gnu/bin/tar xf $(USERLAND_ARCHIVES)$(COMPONENT_ARCHIVE_1)
b3cfea 46
AP 47 COMPONENT_PREP_ACTION +=(cp $(COMPONENT_DIR)/files/docbook-style-xsl.Makefile $(@D)/Makefile)
48
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
51
63b176 52 # Auto-generated dependencies