gcc-6: don't ship info pages
[unleashed-userland.git] / components / libebml / Makefile
blobcf21fb75f18b6b841c55a1e90360625de35e8c4e
2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL)". You may
4 # only use this file in accordance with the terms of the CDDL.
6 # A full copy of the text of the CDDL should have accompanied this
7 # source. A copy of the CDDL is also available via the Internet at
8 # http://www.illumos.org/license/CDDL.
12 # Copyright (c) 2015 Alexander Pyhalov
15 include ../../make-rules/shared-macros.mk
17 COMPONENT_NAME= libebml
18 COMPONENT_VERSION= 1.3.1
19 COMPONENT_PROJECT_URL= http://matroska-org.github.io/libebml/
20 COMPONENT_SUMMARY= Extensible Binary Markup Language
21 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
22 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.bz2
23 COMPONENT_ARCHIVE_HASH= \
24 sha256:195894b31aaca55657c9bc157d744f23b0c25597606b97cfa5a9039c4b684295
25 COMPONENT_ARCHIVE_URL= http://dl.matroska.org/downloads/libebml/$(COMPONENT_ARCHIVE)
26 COMPONENT_LICENSE= LGPLv2.1
27 COMPONENT_LICENSE_FILE= LICENSE.LGPL
28 COMPONENT_FMRI= library/libebml
29 COMPONENT_CLASSIFICATION= System/Libraries
31 include $(WS_TOP)/make-rules/prep.mk
32 include $(WS_TOP)/make-rules/configure.mk
33 include $(WS_TOP)/make-rules/ips.mk
35 # common targets
36 build: $(BUILD_32_and_64)
38 install: $(INSTALL_32_and_64)
40 test: $(NO_TESTS)