add python/ipaddress-1.0.18
[unleashed-userland.git] / components / swt / Makefile
blob8c3d640eeceabf9dd55e9fbe19e7b50c211584bc
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 2015 Alexander Pyhalov
15 include ../../make-rules/shared-macros.mk
17 COMPONENT_NAME= swt
18 COMPONENT_VERSION= 3.8.2
19 COMPONENT_REVISION= 1
20 COMPONENT_SUMMARY= Standard Widget Toolkit
21 COMPONENT_PROJECT_URL= http://www.eclipse.org
22 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)-gtk-solaris-x86
23 COMPONENT_ARCHIVE= $(COMPONENT_SRC).zip
24 COMPONENT_ARCHIVE_HASH= sha256:c44859428b3e82fd31353acdce3a95ed52a114b5c9b9babea09c24ccde7806ed
25 COMPONENT_ARCHIVE_URL= http://archive.eclipse.org/eclipse/downloads/drops/R-3.8.2-201301310800/$(COMPONENT_ARCHIVE)
27 include ../../make-rules/prep.mk
28 include ../../make-rules/justmake.mk
29 include ../../make-rules/ips.mk
31 UNPACK_ARGS+=-r $(COMPONENT_SRC)
32 COMPONENT_POST_UNPACK_ACTION = ( cd $(SOURCE_DIR) ; /usr/bin/unzip -o src.zip)
34 COMPONENT_COMMON_ENV = JAVA_HOME=$(JAVA_HOME)
35 COMPONENT_COMMON_ENV += CC=$(CC)
36 COMPONENT_COMMON_ENV += CXX=$(CXX)
38 COMPONENT_BUILD_ENV = $(COMPONENT_COMMON_ENV)
39 COMPONENT_BUILD_ARGS += -f make_solaris_x86.mak
40 COMPONENT_BUILD_TARGETS = make_swt make_atk make_awt make_cairo make_gnome
42 COMPONENT_INSTALL_ENV = $(COMPONENT_COMMON_ENV)
43 COMPONENT_INSTALL_ARGS += -f make_solaris_x86.mak
45 build: $(BUILD_32)
47 install: $(INSTALL_32)