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 2014 Alexander Pyhalov. All rights reserved.
16 include ..
/..
/make-rules
/shared-macros.mk
18 COMPONENT_NAME
= djvulibre
19 COMPONENT_MAJOR_VERSION
=3.5.25
20 COMPONENT_MINOR_VERSION
=3
21 COMPONENT_VERSION
= $(COMPONENT_MAJOR_VERSION
).
$(COMPONENT_MINOR_VERSION
)
22 COMPONENT_SUMMARY
= DjVu base libraries and utilities
23 COMPONENT_SRC
= $(COMPONENT_NAME
)-$(COMPONENT_MAJOR_VERSION
)
24 COMPONENT_ARCHIVE
= $(COMPONENT_SRC
).
$(COMPONENT_MINOR_VERSION
).
tar.gz
25 COMPONENT_ARCHIVE_HASH
= \
26 sha256
:898d7ed6dd2fa311a521baa95407a91b20a872d80c45e8245442d64f142cb1e0
27 COMPONENT_ARCHIVE_URL
= \
28 http
://downloads.sourceforge.net
/project
/djvu
/DjVuLibre
/$(COMPONENT_MAJOR_VERSION
)/$(COMPONENT_ARCHIVE
)
29 COMPONENT_PROJECT_URL
= http
://djvu.sourceforge.net
/
31 include ..
/..
/make-rules
/prep.mk
32 include ..
/..
/make-rules
/configure.mk
33 include ..
/..
/make-rules
/ips.mk
35 build
: $(BUILD_32_and_64
)
37 install: $(INSTALL_32_and_64
)