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
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
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