gcc-6: use $(GNU_ARCH) in manifest
[unleashed-userland.git] / components / compiz-bcop / Makefile
blob842a47d1e279e6b72a9835d10dedf0558bb5c21a
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-bcop
18 COMPONENT_VERSION= 0.8.10
19 COMPONENT_FMRI= desktop/compiz/bcop
20 COMPONENT_CLASSIFICATION=Development/Other Languages
21 COMPONENT_PROJECT_URL= http://www.northfield.ws/
22 COMPONENT_SUMMARY= beryl compiz XML option parser
23 COMPONENT_SRC_NAME= bcop
24 COMPONENT_SRC= $(COMPONENT_SRC_NAME)
25 COMPONENT_ARCHIVE= $(COMPONENT_NAME)-$(COMPONENT_VERSION).tar.gz
26 COMPONENT_ARCHIVE_HASH= \
27 sha256:76a8e8c04f1c07cb4d2c204512806f94a59f4089a00a9c344be8f62d531d6504
28 COMPONENT_ARCHIVE_URL= http://www.northfield.ws/projects/compiz/releases/$(COMPONENT_VERSION)/$(COMPONENT_SRC_NAME).tar.gz
29 COMPONENT_LICENSE_FILE= compiz-bcop.license
30 COMPONENT_LICENSE= MIT, LGPLv2.1, GPLv2
33 include $(WS_TOP)/make-rules/prep.mk
34 include $(WS_TOP)/make-rules/configure.mk
35 include $(WS_TOP)/make-rules/ips.mk
37 PATH=/usr/gnu/bin:/usr/bin
39 COMPONENT_PREP_ACTION = ( cd $(@D) && \
40 aclocal -I. && \
41 autoheader && \
42 libtoolize --automake --copy --force && \
43 automake -a -f -c &&\
44 autoconf )
46 CONFIGURE_OPTIONS+= --sysconfdir=/etc
47 CONFIGURE_OPTIONS+= --with-getopt=/usr/gnu/bin/getopt
49 # common targets
50 build: $(BUILD_32)
52 install: $(INSTALL_32)
54 test: $(NO_TESTS)
56 BUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
58 include $(WS_TOP)/make-rules/depend.mk