Add REQUIRED_PACKAGES to dnscrypt-proxy
[unleashed-userland.git] / components / libchamplain / Makefile
blobca688c227ba385746dbff312111190f4fe8c5913
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= libchamplain
18 COMPONENT_VERSION= 0.8.3
19 COMPONENT_REVISION= 1
20 COMPONENT_PROJECT_URL= http://projects.gnome.org/libchamplain/
21 COMPONENT_SUMMARY= libchamplain - a Clutter based widget to display rich, eye-candy and interactive maps
22 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
23 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.bz2
24 COMPONENT_ARCHIVE_HASH= \
25 sha256:70d533be213a1586d6725d82afb128d1e57ccc262681dfda193af60507ad42e3
26 COMPONENT_ARCHIVE_URL= https://download.gnome.org/sources/$(COMPONENT_NAME)/0.8/$(COMPONENT_ARCHIVE)
28 include $(WS_TOP)/make-rules/prep.mk
29 include $(WS_TOP)/make-rules/configure.mk
30 include $(WS_TOP)/make-rules/ips.mk
32 PATH=/usr/gnu/bin:/usr/bin
34 COMPONENT_PREP_ACTION = ( cd $(@D) && autoreconf -f)
36 CONFIGURE_OPTIONS+= --sysconfdir=/etc
37 CONFIGURE_OPTIONS+= --enable-introspection=no
38 CONFIGURE_OPTIONS+= --disable-static
40 # common targets
41 build: $(BUILD_32)
43 install: $(INSTALL_32)
45 test: $(NO_TESTS)