zip: add lzip component
[unleashed-userland.git] / components / eog-plugins / Makefile
blob045d47f403c7ec45f81bd29815d5d3e0ad58c082
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= eog-plugins
18 COMPONENT_VERSION= 2.30.2
19 COMPONENT_PROJECT_URL= https://wiki.gnome.org/Apps/EyeOfGnome
20 COMPONENT_SUMMARY= A collection of extra eog plugins
21 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
22 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.bz2
23 COMPONENT_ARCHIVE_HASH= \
24 sha256:3a43466ffd954851503207228045d4df3c11e5bebaf41f31cb85724d1eadf6fd
25 COMPONENT_ARCHIVE_URL= http://ftp.gnome.org/pub/GNOME/sources/$(COMPONENT_NAME)/2.30/$(COMPONENT_NAME)-$(COMPONENT_VERSION).tar.bz2
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
34 CONFIGURE_OPTIONS+= --libexecdir=/usr/lib
35 CONFIGURE_OPTIONS+= --with-plugins=all
37 COMPONENT_INSTALL_ENV+= GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
39 # common targets
40 build: $(BUILD_32)
42 install: $(INSTALL_32)
44 test: $(NO_TESTS)
46 BUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
48 include $(WS_TOP)/make-rules/depend.mk