Marcel Telka
2024-04-02 f1b1912adc00984cd165470b728dda03ac81b2c6
commit | author | age
00d129 1 #
BSO 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.
5 #
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.
9 #
10
11 #
12 # Copyright 2021 Benjamin S. Osenbach
13 #
14
15 BUILD_BITS=NO_ARCH
16 BUILD_STYLE=justmake
17 include ../../../make-rules/shared-macros.mk
18
19 COMPONENT_NAME=        uthash
20 COMPONENT_VERSION=    2.3.0
21 COMPONENT_SUMMARY=     C macros for hash tables and more
22 COMPONENT_PROJECT_URL=    https://github.com/troydhanson/uthash
23 COMPONENT_FMRI=        library/uthash
24 COMPONENT_CLASSIFICATION=Development/C
25 COMPONENT_SRC=        $(COMPONENT_NAME)-$(COMPONENT_VERSION)
26 COMPONENT_ARCHIVE=    $(COMPONENT_SRC).tar.gz
27 COMPONENT_ARCHIVE_URL=https://github.com/troydhanson/uthash/archive/refs/tags/v$(COMPONENT_VERSION).tar.gz
28 COMPONENT_ARCHIVE_HASH=    sha256:e10382ab75518bad8319eb922ad04f907cb20cccb451a3aa980c9d005e661acc  
29 COMPONENT_LICENSE=BSD
30 COMPONENT_LICENSE_FILE=    uthash.license
31 TEST_TARGET=$(NO_TESTS) # if no testsuite enabled
32 include $(WS_MAKE_RULES)/common.mk