sudo: remove unnecessary patches
[unleashed-userland.git] / components / contact-lookup-applet / Makefile
blobc2a43fcaa8bf8c1d10bdf17639e99b6a8bcad686
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= contact-lookup-applet
19 COMPONENT_VERSION= 0.17
20 COMPONENT_SUMMARY= Contact lookup applet
21 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
22 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
23 COMPONENT_ARCHIVE_HASH= \
24 sha256:0a5ba1eb36f291c4ad19aac89e785f255fcf929e50ca877f191166df6b6a1a58
25 COMPONENT_ARCHIVE_URL= \
26 https://launchpad.net/contact-lookup-applet/main/$(COMPONENT_VERSION)/+download/$(COMPONENT_ARCHIVE)
27 COMPONENT_PROJECT_URL = https://launchpad.net/contact-lookup-applet/main
28 COMPONENT_CLASSIFICATION = Applications/Panels and Applets
29 COMPONENT_FMRI = gnome/applet/contact-lookup-applet
30 COMPONENT_LICENSE = GPLv2
31 COMPONENT_LICENSE_FILE = COPYING
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 CONFIGURE_OPTIONS+= --sysconfdir=/etc
40 CONFIGURE_OPTIONS+= --libexecdir=/usr/lib
42 build: $(BUILD_32)
44 install: $(INSTALL_32)