ntp: build is racy, do not parallelize
[unleashed-userland.git] / components / atk / Makefile
blobab6b4a44013edf9834871c65cf233c30a5f7ea83
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 2015 Alexander Pyhalov
16 include ../../make-rules/shared-macros.mk
18 COMPONENT_NAME= atk
19 COMPONENT_VERSION= 2.18.0
20 COMPONENT_SUMMARY= GNOME accesibility toolkit libraries
21 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
22 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.xz
23 COMPONENT_ARCHIVE_HASH= \
24 sha256:ce6c48d77bf951083029d5a396dd552d836fff3c1715d3a7022e917e46d0c92b
25 COMPONENT_ARCHIVE_URL= \
26 http://ftp.gnome.org/pub/GNOME/sources/$(COMPONENT_NAME)/2.18/$(COMPONENT_ARCHIVE)
27 COMPONENT_PROJECT_URL = http://www.gnome.org
28 COMPONENT_FMRI= library/desktop/atk
29 COMPONENT_CLASSIFICATION= Desktop (GNOME)/Libraries
30 COMPONENT_LICENSE = LGPLv2
31 COMPONENT_LICENSE_FILE = COPYING
33 include ../../make-rules/prep.mk
34 include ../../make-rules/configure.mk
35 include ../../make-rules/ips.mk
37 COMPONENT_PREP_ACTION = ( cd $(@D) && autoreconf -f)
39 gcc_OPT = -O2
41 CONFIGURE_OPTIONS += --sysconfdir=/etc
42 # breaks gir-scanner
43 CONFIGURE_OPTIONS += --disable-fvisibility-hidden
45 # CFLAGS are not passed to compiler when g-ir-scanner is used
46 COMPONENT_BUILD_ENV += CFLAGS="$(CFLAGS)"
47 COMPONENT_BUILD_ENV += CC="$(CC)"
49 build: $(BUILD_32_and_64)
51 install: $(INSTALL_32_and_64)
53 test: $(NO_TESTS)