gcc-6: don't ship info pages
[unleashed-userland.git] / components / compiz-plugins-main / Makefile
blob43aa0b1a1ff02a8802a1ad0cff0a6669df8737dc
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= compiz-plugins-main
18 COMPONENT_VERSION= 0.8.10
19 COMPONENT_PROJECT_URL= http://www.northfield.ws/
20 COMPONENT_SUMMARY= main effects plugins for compiz
21 COMPONENT_SRC= plugins-main
22 COMPONENT_ARCHIVE= $(COMPONENT_NAME)-$(COMPONENT_VERSION).tar.gz
23 COMPONENT_ARCHIVE_HASH= \
24 sha256:28988060199a46cb92d010075de0bf822a72d4fcb93a12205c06824c0e6da1cf
25 COMPONENT_ARCHIVE_URL= http://www.northfield.ws/projects/compiz/releases/$(COMPONENT_VERSION)/$(COMPONENT_SRC).tar.gz
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 COMPONENT_PREP_ACTION = ( cd $(@D) && \
34 aclocal -I. && \
35 autoheader && \
36 libtoolize --automake --copy --force && \
37 automake -a -f -c &&\
38 autoconf &&\
39 find $(@D) -name '*_options.c' -o -name '*_options.h' -exec rm -f {} \; )
41 CONFIGURE_OPTIONS+= --sysconfdir=/etc
42 CONFIGURE_OPTIONS+= --enable-schemas
44 CONFIGURE_ENV+= INTLTOOL_PERL=$(PERL)
45 CONFIGURE_ENV+= PYTHON=$(PYTHON)
47 # common targets
48 build: $(BUILD_32)
50 install: $(INSTALL_32)
52 test: $(NO_TESTS)
54 BUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
56 include $(WS_TOP)/make-rules/depend.mk