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
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 2017 Carsten Grzemba
17 USE_DEFAULT_TEST_TRANSFORMS
= yes
18 include ..
/..
/..
/make-rules
/shared-macros.mk
21 COMPONENT_VERSION
= 0.28.3
22 COMPONENT_SUMMARY
= Image metadata library and tools
23 COMPONENT_PROJECT_URL
= https
://www.exiv2.org
24 COMPONENT_SRC
= $(COMPONENT_NAME
)-$(COMPONENT_VERSION
)
25 COMPONENT_ARCHIVE
= $(COMPONENT_SRC
).
tar.gz
26 COMPONENT_ARCHIVE_HASH
= sha256
:1315e17d454bf4da3cc0edb857b1d2c143670f3485b537d0f946d9ed31d87b70
27 COMPONENT_ARCHIVE_URL
= https
://github.com
/Exiv2
/exiv2
/archive
/refs
/tags/v
$(COMPONENT_VERSION
).
tar.gz
28 COMPONENT_FMRI
= image
/library
/exiv2
29 COMPONENT_CLASSIFICATION
= System
/Multimedia Libraries
30 COMPONENT_LICENSE
= GPLv2
31 COMPONENT_LICENSE_FILE
= COPYING
33 include $(WS_MAKE_RULES
)/common.mk
36 LDFLAGS
+= -lnsl
-lsocket
38 # Manually added build dependencies
39 TEST_REQUIRED_PACKAGES
+= developer
/googletest
41 # Auto-generated dependencies
42 REQUIRED_PACKAGES
+= $(GCC_RUNTIME_PKG
)
43 REQUIRED_PACKAGES
+= $(GXX_RUNTIME_PKG
)
44 REQUIRED_PACKAGES
+= library
/brotli
45 REQUIRED_PACKAGES
+= library
/expat
46 REQUIRED_PACKAGES
+= library
/inih
47 REQUIRED_PACKAGES
+= library
/zlib
48 REQUIRED_PACKAGES
+= system
/library
49 REQUIRED_PACKAGES
+= system
/library
/math