python/rapidfuzz: update to 3.11.0
[oi-userland.git] / components / library / dotconf / Makefile
bloba8ac341bd0875a094ff32274c3149b0126392017
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 2017 Alexander Pyhalov
16 include ../../../make-rules/shared-macros.mk
18 COMPONENT_NAME= dotconf
19 COMPONENT_VERSION= 1.4.1
20 COMPONENT_SUMMARY= Configuration file parser
21 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
22 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
23 COMPONENT_ARCHIVE_HASH= sha256:5922c46cacf99b2ecc4853d28a2bda4a489292e73276e604bd9cba29dfca892d
24 COMPONENT_PROJECT_URL= https://github.com/williamh/dotconf
25 COMPONENT_ARCHIVE_URL= $(COMPONENT_PROJECT_URL)/archive/v$(COMPONENT_VERSION).tar.gz
26 COMPONENT_FMRI= library/desktop/dotconf
27 COMPONENT_CLASSIFICATION= Applications/Universal Access
28 COMPONENT_LICENSE = LGPLv2.1
29 COMPONENT_LICENSE_FILE = COPYING
31 include $(WS_MAKE_RULES)/common.mk
33 COMPONENT_PREP_ACTION= ( cd $(@D) && PATH="$(PATH)" autoreconf -fi)
35 CONFIGURE_OPTIONS += --disable-static
37 # Auto-generated dependencies
38 REQUIRED_PACKAGES += system/library