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 2023 Niklas Poslovski
16 include ..
/..
/..
/make-rules
/shared-macros.mk
18 COMPONENT_NAME
= libptytty
19 COMPONENT_VERSION
= 2.0
20 COMPONENT_PROJECT_URL
= http
://software.schmorp.de
/pkg
/libptytty.html
21 COMPONENT_SUMMARY
= An offspring of rxvt-unicode that handles pty
/tty
/utmp
/wtmp
/lastlog handling in mostly OS-independent ways
22 COMPONENT_FMRI
= library
/libptytty
23 COMPONENT_SRC
= $(COMPONENT_NAME
)-$(COMPONENT_VERSION
)
24 COMPONENT_ARCHIVE
= $(COMPONENT_SRC
).
tar.gz
25 COMPONENT_ARCHIVE_HASH
= \
26 sha256
:8033ed3aadf28759660d4f11f2d7b030acf2a6890cb0f7926fb0cfa6739d31f7
27 COMPONENT_ARCHIVE_URL
= http
://dist.schmorp.de
/$(COMPONENT_NAME
)/$(COMPONENT_ARCHIVE
)
28 COMPONENT_CLASSIFICATION
= System
/Libraries
29 COMPONENT_LICENSE
= GPLv2
30 COMPONENT_LICENSE_FILE
= COPYING
32 TEST_TARGET
= $(NO_TESTS
)
33 include $(WS_MAKE_RULES
)/common.mk
35 # Auto-generated dependencies
36 REQUIRED_PACKAGES
+= $(GCC_RUNTIME_PKG
)
37 REQUIRED_PACKAGES
+= system
/library