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
= compizconfig-backend-gconf
18 COMPONENT_VERSION
= 0.8.8
20 COMPONENT_PROJECT_URL
= http
://www.compiz.org
/
21 COMPONENT_SUMMARY
= cgconf backend for CompizConfig
22 COMPONENT_SRC
= $(COMPONENT_NAME
)-$(COMPONENT_VERSION
)
23 COMPONENT_ARCHIVE
= $(COMPONENT_SRC
).
tar.bz2
24 COMPONENT_ARCHIVE_HASH
= \
25 sha256
:19a8df7f417535db80945cabb9a09c532241e6308406352d12cb5cbc6a1322cc
26 COMPONENT_ARCHIVE_URL
= http
://releases.compiz.org
/components
/compizconfig-backend-gconf
/$(COMPONENT_ARCHIVE
)
28 include $(WS_TOP
)/make-rules
/prep.mk
29 include $(WS_TOP
)/make-rules
/configure.mk
30 include $(WS_TOP
)/make-rules
/ips.mk
32 PATH
=/usr
/gnu
/bin
:/usr
/bin
34 COMPONENT_PREP_ACTION
= ( cd
$(@D
) && \
35 libtoolize
--automake
--copy
--force && \
41 CONFIGURE_OPTIONS
+= --sysconfdir
=/etc
43 CONFIGURE_ENV
+= INTLTOOL_PERL
=$(PERL
)
48 install: $(INSTALL_32
)
52 BUILD_PKG_DEPENDENCIES
= $(BUILD_TOOLS
)
54 include $(WS_TOP
)/make-rules
/depend.mk