cog-spur: update inisqueak to 6.1alpha 23193 image
[oi-userland.git] / components / desktop / compiz-bcop / Makefile
blobf073b9106b1cb4d20a1e6835892537eaa15330f0
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
13 # Copyright (c) 2018 Michal Nowak
16 include ../../../make-rules/shared-macros.mk
18 COMPONENT_NAME= compiz-bcop
19 COMPONENT_VERSION= 0.8.18
20 COMPONENT_REVISION= 1
21 COMPONENT_SUMMARY= beryl compiz XML option parser
22 COMPONENT_PROJECT_URL= http://www.northfield.ws/
23 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
24 COMPONENT_ARCHIVE= $(COMPONENT_NAME)-$(COMPONENT_VERSION).tar.xz
25 COMPONENT_ARCHIVE_HASH= sha256:59768aa1e01c58fea61848fe7277dc7714e0e0b9d79fd9bbad94262a5c8b63f7
26 COMPONENT_ARCHIVE_URL= http://www.northfield.ws/projects/compiz/releases/$(COMPONENT_VERSION)/$(COMPONENT_SRC).tar.xz
27 COMPONENT_FMRI= desktop/compiz/bcop
28 COMPONENT_CLASSIFICATION=Development/Other Languages
29 COMPONENT_LICENSE= MIT, LGPLv2.1, GPLv2
30 COMPONENT_LICENSE_FILE= COPYING
32 TEST_TARGET= $(NO_TESTS)
33 include $(WS_MAKE_RULES)/common.mk
35 PATH= $(PATH.gnu)
37 COMPONENT_PREP_ACTION= ( \
38 cd $(@D) && \
39 aclocal -I. && \
40 autoheader && \
41 libtoolize --automake --copy --force && \
42 automake -a -f -c && \
43 autoconf )
45 CONFIGURE_OPTIONS += --sysconfdir=$(ETCDIR)
46 CONFIGURE_OPTIONS += --with-getopt=/usr/gnu/bin/getopt
48 # Build dependencies
49 REQUIRED_PACKAGES += desktop/compiz
51 # Auto-generated dependencies
52 REQUIRED_PACKAGES += shell/bash