Andreas Wacknitz
2024-04-05 5a9394761a76843883ab7b09d15c336324e2be13
commit | author | age
0d9ecc 1 #
J'S 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 2014 Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
13 #
14
15 include ../../../make-rules/shared-macros.mk
16
17 COMPONENT_NAME=        cl-json
18 COMPONENT_VERSION=    0.5.0
19 COMPONENT_GITREV=    v$(COMPONENT_VERSION)
20 COMPONENT_PROJECT_URL=    http://common-lisp.net/project/trivial-gray-streams/
21 COMPONENT_FMRI=        library/common-lisp/cl-json
22 COMPONENT_SRC=        $(COMPONENT_NAME)-$(COMPONENT_VERSION)
23 COMPONENT_ARCHIVE=    $(COMPONENT_GITREV).tar.gz
24 COMPONENT_ARCHIVE_HASH=    \
25     sha256:4c23f41bd4d770df1086f78faca6777a882961cb422ff58f6896cbb41d719c97
26 COMPONENT_ARCHIVE_URL=    https://github.com/hankhero/cl-json/archive/$(COMPONENT_ARCHIVE)
27 COMPONENT_LICENSE=    MIT
28 COMPONENT_LICENSE_FILE=    $(COMPONENT_NAME).license
29 COMPONENT_SUMMARY=    CL-JSON provides an encoder of Lisp objects to JSON format and a corresponding decoder
30
31 include ../../../make-rules/prep.mk
32 include ../../../make-rules/common-lisp.mk
33 include ../../../make-rules/ips.mk
34
35 build:        $(BUILD_32)
36
37 install:    $(INSTALL_32)