libusb: pkgdepend requires the proto dir to exist
[unleashed-userland.git] / components / libmatroska / Makefile
blob9b1762052365fe3c7c8adaff426b446dee062ada
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= libmatroska
18 COMPONENT_VERSION= 1.4.2
19 COMPONENT_PROJECT_URL= http://matroska.org/
20 COMPONENT_SUMMARY= Matroska Video Container
21 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
22 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.bz2
23 COMPONENT_ARCHIVE_HASH= \
24 sha256:bea10320f1f1fd121bbd7db9ffc77b2518e8269f00903549c5425478bbf8393f
25 COMPONENT_ARCHIVE_URL= http://dl.matroska.org/downloads/libmatroska/$(COMPONENT_ARCHIVE)
26 COMPONENT_LICENSE= LGPLv2.1
27 COMPONENT_LICENSE_FILE= LICENSE.LGPL
28 COMPONENT_FMRI= library/video/libmatroska
29 COMPONENT_CLASSIFICATION= System/Multimedia 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 CONFIGURE_OPTIONS += --enable-shared
36 CONFIGURE_OPTIONS += --disable-static
38 # common targets
39 build: $(BUILD_32_and_64)
41 install: $(INSTALL_32_and_64)
43 test: $(NO_TESTS)