perl/YAML-LibYAML: update to v0.903.0
[oi-userland.git] / components / encumbered / toolame / Makefile
blob674de6b3d960add231506092a3628229ff2765a0
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
5 # 1.0 of the CDDL.
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 2015 Alexander Pyhalov
16 BUILD_STYLE= justmake
17 BUILD_BITS= 64
18 include ../../../make-rules/shared-macros.mk
20 COMPONENT_NAME= toolame
21 COMPONENT_VERSION= 0.2.12
22 HUMAN_VERSION= 02l
23 COMPONENT_REVISION= 2
24 COMPONENT_SUMMARY= optimized MPEG Audio Layer 2 encoder
25 COMPONENT_SRC= $(COMPONENT_NAME)-$(HUMAN_VERSION)
26 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tgz
27 COMPONENT_ARCHIVE_HASH= sha256:3b95cd2504bceac4aab2fca03bb3b5974d1d44b5afdd8eb4cc0f0899521bffc4
28 COMPONENT_ARCHIVE_URL= https://tenet.dl.sourceforge.net/project/toolame/toolame%200.2/toolame%2002l/$(COMPONENT_ARCHIVE)
29 COMPONENT_PROJECT_URL= https://toolame.sourceforge.net/
30 COMPONENT_FMRI= audio/toolame
31 COMPONENT_CLASSIFICATION=System/Media
32 COMPONENT_LICENSE= LGPLv2.1
33 COMPONENT_LICENSE_FILE= LGPL.txt
35 # GCC 10 build failure
36 CFLAGS += -fcommon
38 COMPONENT_ENV += CC="$(CC)"
39 COMPONENT_ENV += CFLAGS="$(CFLAGS) "
41 COMPONENT_BUILD_ENV += $(COMPONENT_ENV)
42 COMPONENT_INSTALL_ENV += $(COMPONENT_ENV)
44 include $(WS_MAKE_RULES)/encumbered.mk
46 TEST_TARGET= $(NO_TESTS)
47 include $(WS_MAKE_RULES)/common.mk
49 # Auto-generated dependencies
50 REQUIRED_PACKAGES += system/library
51 REQUIRED_PACKAGES += system/library/math