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 2015 Alexander Pyhalov
18 include ..
/..
/..
/make-rules
/shared-macros.mk
20 COMPONENT_NAME
= toolame
21 COMPONENT_VERSION
= 0.2.12
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
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