David Stes
2024-03-31 8cdd197ba643eb2608c5aab87567625bb9336cee
commit | author | age
314fc9 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 2015 Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
13 #
14
15 include ../../../make-rules/shared-macros.mk
16
17 COMPONENT_NAME=        cl-ppcre
2eb1da 18 COMPONENT_VERSION=    2.1.1
MT 19 COMPONENT_PROJECT_URL=    https://edicl.github.io/cl-ppcre/
314fc9 20 COMPONENT_FMRI=        library/common-lisp/cl-ppcre
J'S 21 COMPONENT_SRC=        $(COMPONENT_NAME)-$(COMPONENT_VERSION)
2eb1da 22 COMPONENT_ARCHIVE=    $(COMPONENT_SRC).tar.gz
314fc9 23 COMPONENT_ARCHIVE_HASH=    \
2eb1da 24     sha256:89631179b71648d9e6c565a928f6896a9d5742aa2083b9c1b705fe0b45d85def
MT 25 COMPONENT_ARCHIVE_URL=    https://github.com/edicl/cl-ppcre/archive/refs/tags/v$(COMPONENT_VERSION).tar.gz
314fc9 26 COMPONENT_LICENSE=    BSD-style
J'S 27 COMPONENT_LICENSE_FILE=    $(COMPONENT_NAME).license
28 COMPONENT_SUMMARY=    CL-PPCRE is a portable regular expression library for Common Lisp
2eb1da 29 COMPONENT_CLASSIFICATION=Development/Other Languages
314fc9 30
J'S 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)