googletest: enable tests and add test results
[oi-userland.git] / components / desktop / e / rage / Makefile
bloba3d3b3f0e5adc2a3a0b8d776fe484170286f0951
2 # CDDL HEADER START
4 # The contents of this file are subject to the terms of the
5 # Common Development and Distribution License (the "License").
6 # You may not use this file except in compliance with the License.
8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 # or http://www.illumos.org/license/CDDL.
10 # See the License for the specific language governing permissions
11 # and limitations under the License.
13 # When distributing Covered Code, include this CDDL HEADER in each
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 # If applicable, add the following below this CDDL HEADER, with the
16 # fields enclosed by brackets "[]" replaced with your own identifying
17 # information: Portions Copyright [yyyy] [name of copyright owner]
19 # CDDL HEADER END
21 # Copyright (c) 2015, Aurelien Larcher. All rights reserved.
23 include ../../../../make-rules/shared-macros.mk
25 COMPONENT_NAME= rage
26 COMPONENT_VERSION= 0.2.1
27 COMPONENT_FMRI= media/$(COMPONENT_NAME)
28 COMPONENT_CLASSIFICATION=Applications/Sound and Video
29 COMPONENT_SUMMARY= Enlightenment - A video and audio player written with the EFL
30 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
31 COMPONENT_PROJECT_URL= http://enlightenment.org
32 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.xz
33 COMPONENT_ARCHIVE_HASH= \
34 sha256:3dba83ae3d0cdd6c43fc3f6e4ca87ecf58d0481d28cd431ba42c51b82c7b6b1a
35 COMPONENT_ARCHIVE_URL= \
36 http://download.enlightenment.org/rel/apps/$(COMPONENT_SRC_NAME)/$(COMPONENT_ARCHIVE)
37 COMPONENT_LICENSE= BSD
39 include $(WS_MAKE_RULES)/prep.mk
40 include $(WS_MAKE_RULES)/configure.mk
41 include $(WS_MAKE_RULES)/ips.mk
43 COMPONENT_PREP_ACTION= \
44 ( cd $(@D); aclocal -I m4 --install && autoconf && automake -a; )
46 CONFIGURE_BINDIR.64=$(USRBINDIR)
48 build: $(BUILD_64)
50 install: $(INSTALL_64)
52 test: $(NO_TESTS)
54 # Auto-generated dependencies
55 REQUIRED_PACKAGES += library/e/efl
56 REQUIRED_PACKAGES += system/library
57 REQUIRED_PACKAGES += system/library/math