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) 2017 - 2021 Andreas Wacknitz
16 USE_DEFAULT_TEST_TRANSFORMS
= yes
17 include ..
/..
/..
/make-rules
/shared-macros.mk
19 COMPONENT_NAME
= libsass
20 COMPONENT_VERSION
= 3.6.6
21 COMPONENT_SUMMARY
= LibSass is a C
/C
++ port of the Sass engine
22 COMPONENT_PROJECT_URL
= https
://github.com
/sass
/libsass
23 COMPONENT_SRC
= $(COMPONENT_NAME
)-$(COMPONENT_VERSION
)
24 COMPONENT_ARCHIVE
= $(COMPONENT_SRC
).
tar.gz
25 COMPONENT_ARCHIVE_HASH
= sha256
:11f0bb3709a4f20285507419d7618f3877a425c0131ea8df40fe6196129df15d
26 COMPONENT_ARCHIVE_URL
= https
://github.com
/sass
/libsass
/archive
/$(COMPONENT_VERSION
).
tar.gz
27 COMPONENT_FMRI
= library
/libsass
28 COMPONENT_CLASSIFICATION
= System
/Libraries
29 COMPONENT_LICENSE
= MIT
30 COMPONENT_LICENSE_FILE
= LICENSE
32 TESTi_TARGET
= $(NO_TESTS
)
33 include $(WS_MAKE_RULES
)/common.mk
37 COMPONENT_PREP_ACTION
= ( cd
$(@D
) && $(CONFIG_SHELL
) autoreconf
--force --install )
39 CONFIGURE_OPTIONS
+= --disable-static
40 CONFIGURE_OPTIONS
+= --enable-shared
42 # Auto-generated dependencies
43 REQUIRED_PACKAGES
+= $(GCC_RUNTIME_PKG
)
44 REQUIRED_PACKAGES
+= $(GXX_RUNTIME_PKG
)
45 REQUIRED_PACKAGES
+= system
/library
46 REQUIRED_PACKAGES
+= system
/library
/math