rust/cargo-c: update to 0.10.7+cargo-0.84.0
[oi-userland.git] / components / desktop / gtkspell3 / Makefile
blob2873cd643ae829cc08442b00c2fb30791c86dcb3
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.
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.
12 # Copyright 2022 Niklas Poslovski
15 BUILD_BITS=64
16 include ../../../make-rules/shared-macros.mk
18 COMPONENT_NAME= gtkspell3
19 COMPONENT_VERSION= 3.0.10
20 #COMPONENT_REVISION= 1
21 COMPONENT_PROJECT_URL= http://gtkspell.sourceforge.net
22 COMPONENT_SUMMARY= Provides word-processor-style highlighting and replacement of misspelled words in a GtkTextView widget
23 COMPONENT_FMRI= library/desktop/gtkspell3
24 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
25 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.xz
26 COMPONENT_ARCHIVE_HASH= \
27 sha256:b040f63836b347eb344f5542443dc254621805072f7141d49c067ecb5a375732
28 COMPONENT_ARCHIVE_URL= https://sourceforge.net/projects/gtkspell/files/$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)/download
29 COMPONENT_CLASSIFICATION= Applications/Accessories
30 COMPONENT_LICENSE= GPLv2
31 COMPONENT_LICENSE_FILE= gtkspell3.license
33 CONFIGURE_OPTIONS += MAKE=gmake
34 CONFIGURE_OPTIONS += XGETTEXT=/bin/gxgettext
35 CONFIGURE_OPTIONS += MSGFMT=/bin/gmsgfmt
37 TEST_TARGET = $(NO_TESTS)
38 include $(WS_MAKE_RULES)/common.mk
40 # Auto-generated dependencies
41 REQUIRED_PACKAGES += library/desktop/gtk3
42 REQUIRED_PACKAGES += library/glib2
43 REQUIRED_PACKAGES += library/spell-checking/enchant
44 REQUIRED_PACKAGES += system/library