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
= libxml
++
19 COMPONENT_VERSION
= 2.34.2
21 COMPONENT_CLASSIFICATION
=Development
/C
++
22 COMPONENT_FMRI
=library
/c
++/libxml
++
23 COMPONENT_SUMMARY
= Library for HTML support in GNOME
24 COMPONENT_SRC
= $(COMPONENT_NAME
)-$(COMPONENT_VERSION
)
25 COMPONENT_ARCHIVE
= $(COMPONENT_SRC
).
tar.xz
26 COMPONENT_ARCHIVE_HASH
= \
27 sha256
:77daba20ab76631071d4ed4cc18fa2e981160ca05ae661e8d146f2b0728f9baa
28 COMPONENT_ARCHIVE_URL
= \
29 http
://ftp.gnome.org
/pub
/GNOME
/sources
/$(COMPONENT_NAME
)/2.34/$(COMPONENT_ARCHIVE
)
30 COMPONENT_PROJECT_URL
= http
://www.gnome.org
31 COMPONENT_LICENSE
= LGPLv2.1
32 COMPONENT_LICENSE_FILE
= COPYING
34 include ..
/..
/make-rules
/prep.mk
35 include ..
/..
/make-rules
/configure.mk
36 include ..
/..
/make-rules
/ips.mk
38 PATH
=/usr
/gnu
/bin
:/usr
/bin
40 CONFIGURE_OPTIONS
+= --sysconfdir
=/etc
41 CONFIGURE_OPTIONS
.32 += --libexecdir
=/usr
/lib
42 CONFIGURE_OPTIONS
.64 += --libexecdir
=/usr
/lib
/$(MACH64
)
44 build
: $(BUILD_32_and_64
)
46 install: $(INSTALL_32_and_64
)