remove clang 4.0 from extra
[unleashed-userland.git] / components / libgnomeui / Makefile
blob0d6dcc513f19417afc7bb66166b7b5c6a55c5fe3
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
5 # 1.0 of the CDDL.
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= libgnomeui
20 COMPONENT_VERSION= 2.24.5
21 COMPONENT_REVISION= 1
22 COMPONENT_SUMMARY= GNOME User Interface Library
23 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
24 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.bz2
25 COMPONENT_ARCHIVE_HASH= \
26 sha256:ae352f2495889e65524c979932c909f4629a58e64290fb0c95333373225d3c0f
27 COMPONENT_ARCHIVE_URL= \
28 http://ftp.gnome.org/pub/GNOME/sources/$(COMPONENT_NAME)/2.24/$(COMPONENT_ARCHIVE)
29 COMPONENT_PROJECT_URL = http://www.gnome.org
31 include ../../make-rules/prep.mk
32 include ../../make-rules/configure.mk
33 include ../../make-rules/ips.mk
35 gcc_OPT = -O2
37 PATH=/usr/gnu/bin:/usr/bin
39 CONFIGURE_OPTIONS += --sysconfdir=/etc
41 build: $(BUILD_32)
43 install: $(INSTALL_32)
45 test: $(TEST_32)