Remove dependencies on Java 7 from metapackages
[unleashed-userland.git] / components / libgnomecanvas / Makefile
blob030ae4d62473fc6dafb03f75cc1cddce341fb25e
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= libgnomecanvas
19 COMPONENT_VERSION= 2.30.3
20 COMPONENT_SUMMARY= GNOME canvas library
21 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
22 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.bz2
23 COMPONENT_ARCHIVE_HASH= \
24 sha256:859b78e08489fce4d5c15c676fec1cd79782f115f516e8ad8bed6abcb8dedd40
25 COMPONENT_ARCHIVE_URL= \
26 http://ftp.gnome.org/pub/GNOME/sources/$(COMPONENT_NAME)/2.30/$(COMPONENT_ARCHIVE)
27 COMPONENT_PROJECT_URL = http://www.gnome.org
28 COMPONENT_FMRI= library/desktop/libgnomecanvas
29 COMPONENT_CLASSIFICATION= Desktop (GNOME)/Libraries
30 COMPONENT_LICENSE = LGPLv2
31 COMPONENT_LICENSE_FILE = COPYING.LIB
33 include ../../make-rules/prep.mk
34 include ../../make-rules/configure.mk
35 include ../../make-rules/ips.mk
37 PATH=/usr/gnu/bin:/usr/bin
39 # Missing files in build dir without this.
40 COMPONENT_PRE_CONFIGURE_ACTION = ($(CLONEY) $(SOURCE_DIR) $(@D))
42 CONFIGURE_OPTIONS += --sysconfdir=/etc
44 # 64-bit build requires libart, but it's 32-bit only for now
45 build: $(BUILD_32)
47 install: $(INSTALL_32)
49 test: $(NO_TESTS)