ORBit2: Fix dependency to library/glib2/32
[oi-userland.git] / components / sysutils / minicom / Makefile
blob62b6ef589b8570ff53ad74c7a0bde4f2db0a29fa
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 Oxide Computer Company
16 BUILD_BITS= 64
18 include ../../../make-rules/shared-macros.mk
20 COMPONENT_NAME= minicom
21 COMPONENT_VERSION= 2.7.1
22 COMPONENT_SUMMARY= Serial communication program
23 COMPONENT_PROJECT_URL= https://salsa.debian.org/minicom-team/minicom
24 COMPONENT_FMRI= terminal/$(COMPONENT_NAME)
25 COMPONENT_CLASSIFICATION= Applications/System Utilities
27 COMPONENT_SRC= $(COMPONENT_NAME)-v$(COMPONENT_VERSION)
28 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
29 COMPONENT_ARCHIVE_URL= https://salsa.debian.org/minicom-team/minicom/-/archive/v$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)
30 COMPONENT_ARCHIVE_HASH= \
31 sha256:b9747d619d4ed473e50b4a74af6288848aa16bc41456791ed81704636477f5ee
33 COMPONENT_LICENSE= GPLv2
34 COMPONENT_LICENSE_FILE= COPYING
36 TEST_TARGET= $(NO_TESTS)
38 include $(WS_MAKE_RULES)/common.mk
41 # This release archive is generated directly from a git tag, and thus does not
42 # have a prepared configure script.
44 COMPONENT_PREP_ACTION += (cd $(@D) && autoreconf -fi)
46 # Auto-generated dependencies
47 REQUIRED_PACKAGES += SUNWcs
48 REQUIRED_PACKAGES += library/ncurses
49 REQUIRED_PACKAGES += system/library