zsh: update to 5.7.1 & native build
[unleashed-userland.git] / components / quick-lounge-applet / Makefile
blob7a28984d5c6d3fd25239e7ac9a7e32136cd539ec
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= quick-lounge-applet
19 COMPONENT_VERSION= 2.14.1
20 COMPONENT_SUMMARY= Quick Lounge Panel Applet
21 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
22 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.bz2
23 COMPONENT_ARCHIVE_HASH= \
24 sha256:852d7027e688228a0d2052cd6181d633e573cd799f8fc9526ea09eab6d743812
25 COMPONENT_ARCHIVE_URL= \
26 http://download.gnome.org/sources/$(COMPONENT_NAME)/2.14/$(COMPONENT_ARCHIVE)
27 COMPONENT_PROJECT_URL = http://www.gnome.org
29 include ../../make-rules/prep.mk
30 include ../../make-rules/configure.mk
31 include ../../make-rules/ips.mk
33 PATH=/usr/gnu/bin:/usr/bin
35 CONFIGURE_ENV += LIBS="-lm"
37 CONFIGURE_OPTIONS+= --sysconfdir=/etc
38 CONFIGURE_OPTIONS+= --libexecdir=/usr/lib
39 CONFIGURE_OPTIONS+= --localstatedir=/var/lib
41 COMPONENT_INSTALL_ENV += GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
43 build: $(BUILD_32)
45 install: $(INSTALL_32)