Merge pull request #2846 from pyhalov/ptlib
[unleashed-userland.git] / components / libgnome / Makefile
blobdad92b6b68fce8373917cfc25423edefe65cd0ae
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= libgnome
20 COMPONENT_VERSION= 2.32.1
21 COMPONENT_REVISION= 1
22 COMPONENT_SUMMARY= GNOME Base Library
23 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
24 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.bz2
25 COMPONENT_ARCHIVE_HASH= \
26 sha256:b2c63916866485793b87398266dd7778548c1734923c272a94d84ee011b6f7a4
27 COMPONENT_ARCHIVE_URL= \
28 http://ftp.gnome.org/pub/GNOME/sources/$(COMPONENT_NAME)/2.32/$(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 COMPONENT_PREP_ACTION = ( cd $(@D) && \
36 libtoolize --copy --force &&\
37 aclocal -I m4 &&\
38 automake -c -f -a &&\
39 autoconf )
40 gcc_OPT = -O2
42 PATH=/usr/gnu/bin:/usr/bin
44 CONFIGURE_OPTIONS += --sysconfdir=/etc
45 CONFIGURE_OPTIONS += --disable-esd
47 COMPONENT_INSTALL_ENV+= GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
49 build: $(BUILD_32_and_64)
51 install: $(INSTALL_32_and_64)
53 test: $(TEST_32_and_64)