python/cryptography: native 64-bit build
[unleashed-userland.git] / components / docbook / docbook-dsssl / Makefile
blob65c1b5d1f599c63a416edc1822555af956fb46e4
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.
16 include ../../../make-rules/shared-macros.mk
18 COMPONENT_NAME= docbook-dsssl
19 COMPONENT_VERSION= 1.79
20 COMPONENT_SUMMARY= Norman Walsh's modular stylesheets for DocBook
21 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
22 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
23 COMPONENT_ARCHIVE_HASH= \
24 sha256:d5a199024a5fe0862bfaff9e3533817cd8d08bddf3cdfb5bfe6088cbb2cd62b3
25 COMPONENT_ARCHIVE_URL= \
26 http://prdownloads.sourceforge.net/docbook/$(COMPONENT_ARCHIVE)
27 COMPONENT_PROJECT_URL=http://docbook.sourceforge.net/
29 include $(WS_TOP)/make-rules/prep.mk
30 include $(WS_TOP)/make-rules/justmake.mk
31 include $(WS_TOP)/make-rules/ips.mk
33 COMPONENT_PREP_ACTION +=(cp $(COMPONENT_DIR)/files/docbook-style-dsssl.Makefile $(@D)/Makefile)
35 COMPONENT_INSTALL_ARGS = DESTDIR=$(PROTO_DIR)/usr/share/sgml/docbook/dsssl-stylesheets-$(COMPONENT_VERSION)
36 COMPONENT_INSTALL_ARGS += BINDIR=$(PROTO_DIR)/usr/bin
38 build: $(BUILD_32)
40 install: $(INSTALL_32)