zsh: update to 5.7.1 & native build
[unleashed-userland.git] / components / libart_lgpl / Makefile
blobab8d95860c938446347a2b5da0cc034f8821a7c0
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 2016 Alexander Pyhalov
16 include ../../make-rules/shared-macros.mk
18 COMPONENT_NAME= libart_lgpl
19 COMPONENT_VERSION= 2.3.21
20 COMPONENT_SUMMARY= GNOME library for high-performace 2D graphics
21 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
22 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.bz2
23 COMPONENT_ARCHIVE_HASH= \
24 sha256:fdc11e74c10fc9ffe4188537e2b370c0abacca7d89021d4d303afdf7fd7476fa
25 COMPONENT_ARCHIVE_URL= \
26 http://ftp.gnome.org/pub/GNOME/sources/$(COMPONENT_NAME)/2.3/$(COMPONENT_ARCHIVE)
27 COMPONENT_PROJECT_URL = http://www.gnome.org
28 COMPONENT_FMRI = image/library/libart
29 COMPONENT_CLASSIFICATION = Desktop (GNOME)/Libraries
30 COMPONENT_LICENSE = LGLPv2
31 COMPONENT_LICENSE_FILE = COPYING
33 include ../../make-rules/prep.mk
34 include ../../make-rules/configure.mk
35 include ../../make-rules/ips.mk
37 gcc_OPT = -O2
39 PATH=/usr/gnu/bin:/usr/bin
41 build: $(BUILD_32_and_64)
43 install: $(INSTALL_32_and_64)
45 test: $(NO_TESTS)