sqlite: change COMPONENT_POST_INSTALL_ACTION.64 to be instead of hardcoded amd64
[oi-userland.git] / components / rust / cargo-c / Makefile
blob954e8d7a4bb448e81781966d4c7ed69b7f28f71c
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 2024 Marcel Telka
16 BUILD_STYLE = cargo
18 include ../../../make-rules/shared-macros.mk
20 COMPONENT_NAME = cargo-c
21 HUMAN_VERSION = 0.10.8+cargo-0.85.0
22 COMPONENT_SUMMARY = Helper program to build and install c-like libraries
23 COMPONENT_ARCHIVE_HASH = \
24 sha256:4fb7299739d7df1f2a2b9f462f9db58b366668975fc28e6adfe13d6838eb5ff6
25 COMPONENT_FMRI = developer/cargo-c
26 COMPONENT_CLASSIFICATION = Development/Other Languages
27 COMPONENT_LICENSE = MIT
28 COMPONENT_LICENSE_FILE = LICENSE
30 include $(WS_MAKE_RULES)/common.mk
32 # Auto-generated dependencies
33 REQUIRED_PACKAGES += $(GCC_RUNTIME_PKG)
34 REQUIRED_PACKAGES += $(OPENSSL_PKG)
35 REQUIRED_PACKAGES += library/libgit2
36 REQUIRED_PACKAGES += library/zlib
37 REQUIRED_PACKAGES += system/library
38 REQUIRED_PACKAGES += system/library/math
39 REQUIRED_PACKAGES += web/curl