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
) && \
36 libtoolize
--automake
--copy
--force && \
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
)
50 install: $(INSTALL_32
)
54 BUILD_PKG_DEPENDENCIES
= $(BUILD_TOOLS
)
56 include $(WS_TOP
)/make-rules
/depend.mk