json-glib: update to 1.10.6
[oi-userland.git] / components / library / mypaint-brushes / Makefile
blob3bcd6b6b9c2e8a5bf5b5551ac94125f4cf0c4a7c
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 2020 Alexander Pyhalov
16 BUILD_BITS= NO_ARCH
17 include ../../../make-rules/shared-macros.mk
19 COMPONENT_NAME= mypaint-brushes
20 COMPONENT_VERSION= 1.3.1
21 COMPONENT_SUMMARY= Brushes used by software using libmypaint
22 COMPONENT_CLASSIFICATION= System/Libraries
23 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
24 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.xz
25 COMPONENT_ARCHIVE_HASH= \
26 sha256:fef66ffc241b7c5cd29e9c518e933c739618cb51c4ed4d745bf648a1afc3fe70
27 COMPONENT_ARCHIVE_URL= \
28 https://github.com/mypaint/mypaint-brushes/releases/download/v$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)
29 COMPONENT_PROJECT_URL = https://github.com/mypaint/mypaint-brushes
30 COMPONENT_LICENSE= Creative Commons 1.0 Universal
31 COMPONENT_LICENSE_FILE= COPYING
32 COMPONENT_FMRI= library/mypaint-brushes
34 TEST_TARGET= $(NO_TESTS)
35 include $(WS_MAKE_RULES)/common.mk