Andreas Wacknitz
2024-03-31 783118944874d559e30eea1600352e3feb5263a7
commit | author | age
c79377 1 #
NP 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 2022 Niklas Poslovski
13 #
14
15 BUILD_BITS=64
16 BUILD_STYLE=justmake
17 include ../../../make-rules/shared-macros.mk
18
19 COMPONENT_NAME=         purple-matrix
20 COMPONENT_VERSION=      0.1.0
21 #COMPONENT_REVISION=     1
22 COMPONENT_PROJECT_URL=  https://github.com/matrix-org/purple-matrix
23 COMPONENT_SUMMARY=      Libpurple protocol plugin for matrix
24 COMPONENT_FMRI=         communication/libpurple/purple-matrix
25 COMPONENT_SRC=          purple-matrix-$(COMPONENT_VERSION)
26 COMPONENT_ARCHIVE=      v$(COMPONENT_VERSION).tar.gz
27 COMPONENT_ARCHIVE_HASH= \
28     sha256:645c7952740e1b53a9e7a0ea347acc3d305ee5a7aeb20aa43a711e794861ebcf
29 COMPONENT_ARCHIVE_URL=    https://github.com/matrix-org/$(COMPONENT_NAME)/archive/refs/tags/$(COMPONENT_ARCHIVE)
30 COMPONENT_CLASSIFICATION=       Applications/Plug-ins and Run-times
31 COMPONENT_LICENSE=      GPLv2
32 COMPONENT_LICENSE_FILE= purple-matrix.license
33
34 TEST_TARGET = $(NO_TESTS)
35 include $(WS_MAKE_RULES)/common.mk
36
37 # Auto-generated dependencies
38 REQUIRED_PACKAGES += communication/im/pidgin
39 REQUIRED_PACKAGES += database/sqlite-3
40 REQUIRED_PACKAGES += library/desktop/json-glib
41 REQUIRED_PACKAGES += library/glib2
42 REQUIRED_PACKAGES += library/http-parser
43 REQUIRED_PACKAGES += library/olm
44 REQUIRED_PACKAGES += system/library
45 REQUIRED_PACKAGES += system/library/security/libgcrypt