2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
7 # A full copy of the text of the CDDL should have accompanied this
8 # source. A copy of the CDDL is also available via the Internet at
9 # http://www.illumos.org/license/CDDL.
13 # Copyright 2018 Harry Liebel <hliebel@gmail.com>
18 include ..
/..
/..
/make-rules
/shared-macros.mk
20 COMPONENT_NAME
= freealut
21 COMPONENT_VERSION
= 1.1.0
23 COMPONENT_SUMMARY
= The OpenAL Utility Toolkit
24 COMPONENT_DESCRIPTION
= Freealut is a free implementation of OpenAL
's ALUT standard.
25 COMPONENT_PROJECT_URL= https://openal.org
26 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_NAME)_1_1_0
27 COMPONENT_ARCHIVE= $(COMPONENT_NAME)_1_1_0.tar.gz
28 COMPONENT_ARCHIVE_HASH= sha256:c3880d7dbb90c7db54e1d6b88aa0a34dd9e2d828fd389be0d2cbb2632b0885dd
29 COMPONENT_ARCHIVE_URL= https://github.com/vancegroup/$(COMPONENT_NAME)/archive/$(COMPONENT_ARCHIVE)
30 COMPONENT_FMRI= library/audio/freealut
31 COMPONENT_CLASSIFICATION= System/Multimedia Libraries
32 COMPONENT_LICENSE= LGPLv2
33 COMPONENT_LICENSE_FILE= COPYING
35 TEST_TARGET= $(NO_TESTS)
36 include $(WS_MAKE_RULES)/common.mk
38 # Auto-generated dependencies
39 REQUIRED_PACKAGES += library/audio/openal
40 REQUIRED_PACKAGES += shell/ksh93
41 REQUIRED_PACKAGES += system/library
42 REQUIRED_PACKAGES += system/library/math