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 2016 Alexander Pyhalov
16 include ..
/..
/..
/make-rules
/shared-macros.mk
18 COMPONENT_NAME
= mm-common
19 COMPONENT_VERSION
= 0.9.10
20 COMPONENT_CLASSIFICATION
=Desktop
(GNOME
)/Libraries
21 COMPONENT_FMRI
=library
/desktop
/c
++/mm-common
22 COMPONENT_SUMMARY
= GNOME C
++ bindings effort http
://www.gtkmm.org support tools
23 COMPONENT_SRC
= $(COMPONENT_NAME
)-$(COMPONENT_VERSION
)
24 COMPONENT_ARCHIVE
= $(COMPONENT_SRC
).
tar.xz
25 COMPONENT_ARCHIVE_HASH
= \
26 sha256
:16c0e2bc196b67fbc145edaecb5dbe5818386504fe5703de27002d77140fa217
27 COMPONENT_ARCHIVE_URL
= \
28 http
://ftp.gnome.org
/pub
/GNOME
/sources
/$(COMPONENT_NAME
)/0.9/$(COMPONENT_ARCHIVE
)
29 COMPONENT_PROJECT_URL
= http
://www.gnome.org
30 COMPONENT_LICENSE
= GPLv2
31 COMPONENT_LICENSE_FILE
= COPYING
33 include $(WS_MAKE_RULES
)/prep.mk
34 include $(WS_MAKE_RULES
)/configure.mk
35 include $(WS_MAKE_RULES
)/ips.mk
37 PATH
=/usr
/gnu
/bin
:/usr
/bin
39 CONFIGURE_OPTIONS
+= --sysconfdir
=/etc
40 CONFIGURE_OPTIONS
+= --libexecdir
=/usr
/lib
44 install: $(INSTALL_32
)
48 REQUIRED_PACKAGES
+= SUNWcs
49 REQUIRED_PACKAGES
+= text
/gnu-sed
50 REQUIRED_PACKAGES
+= web
/curl
51 REQUIRED_PACKAGES
+= web
/wget