vim: update to 9.1.0984
[oi-userland.git] / components / library / liblangtag / Makefile
blob93859db0f8002e2ad0647f44d4364a87a1160407
2 # CDDL HEADER START
4 # The contents of this file are subject to the terms of the
5 # Common Development and Distribution License (the "License").
6 # You may not use this file except in compliance with the License.
8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 # or http://www.illumos.org/license/CDDL.
10 # See the License for the specific language governing permissions
11 # and limitations under the License.
13 # When distributing Covered Code, include this CDDL HEADER in each
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 # If applicable, add the following below this CDDL HEADER, with the
16 # fields enclosed by brackets "[]" replaced with your own identifying
17 # information: Portions Copyright [yyyy] [name of copyright owner]
19 # CDDL HEADER END
21 # Copyright (c) 2020, Aurelien Larcher. All rights reserved.
24 BUILD_BITS= 64
25 USE_DEFAULT_TEST_TRANSFORMS= yes
26 include ../../../make-rules/shared-macros.mk
28 COMPONENT_NAME= liblangtag
29 COMPONENT_VERSION= 0.6.7
30 COMPONENT_SUMMARY= liblangtag - library to access/deal with tags for identifying languages (RFC 5646)
31 COMPONENT_PROJECT_URL= https://tagoh.github.io/liblangtag/
32 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
33 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.bz2
34 COMPONENT_ARCHIVE_URL= https://bitbucket.org/tagoh/liblangtag/downloads/$(COMPONENT_ARCHIVE)
35 COMPONENT_ARCHIVE_HASH= sha256:5ed6bcd4ae3f3c05c912e62f216cd1a44123846147f729a49fb5668da51e030e
36 COMPONENT_FMRI= library/liblangtag
37 COMPONENT_CLASSIFICATION=System/Libraries
38 COMPONENT_LICENSE= LGPLv3, MPLv2
39 COMPONENT_LICENSE_FILE= COPYING
41 include $(WS_MAKE_RULES)/common.mk
43 PATH= $(PATH.gnu)
45 CONFIGURE_OPTIONS+= --enable-shared
46 CONFIGURE_OPTIONS+= --disable-static
48 unexport SHELLOPTS
50 # Auto-generated dependencies
51 REQUIRED_PACKAGES += library/glib2
52 REQUIRED_PACKAGES += library/libxml2
53 REQUIRED_PACKAGES += system/library