gcc-6: use $(GNU_ARCH) in manifest
[unleashed-userland.git] / components / gtksourceview / Makefile
blob88cb23a9990f40a07cd57096812c8b518a2efd28
2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL)". You may
4 # only use this file in accordance with the terms of the CDDL.
6 # A full copy of the text of the CDDL should have accompanied this
7 # source. A copy of the CDDL is also available via the Internet at
8 # http://www.illumos.org/license/CDDL.
12 # Copyright (c) 2014 Alexander Pyhalov
15 include ../../make-rules/shared-macros.mk
17 COMPONENT_NAME= gtksourceview
18 COMPONENT_VERSION= 2.10.5
19 COMPONENT_PROJECT_URL= http://www.gnome.org
20 COMPONENT_SUMMARY= GNOME syntax highlighting text widget
21 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
22 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.bz2
23 COMPONENT_ARCHIVE_HASH= \
24 sha256:c585773743b1df8a04b1be7f7d90eecdf22681490d6810be54c81a7ae152191e
25 COMPONENT_ARCHIVE_URL= http://ftp.gnome.org/pub/GNOME/sources/$(COMPONENT_NAME)/2.10/$(COMPONENT_ARCHIVE)
27 include $(WS_TOP)/make-rules/prep.mk
28 include $(WS_TOP)/make-rules/configure.mk
29 include $(WS_TOP)/make-rules/ips.mk
31 PATH=/usr/gnu/bin:/usr/bin
33 CONFIGURE_OPTIONS+= --sysconfdir=/etc
35 # common targets
36 build: $(BUILD_32_and_64)
38 install: $(INSTALL_32_and_64)
40 test: $(NO_TESTS)
42 BUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
44 include $(WS_TOP)/make-rules/depend.mk