Marcel Telka
2024-04-02 f1b1912adc00984cd165470b728dda03ac81b2c6
commit | author | age
cf8761 1 #
NP 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.
5 #
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.
9 #
10
11 #
12 # Copyright 2023 Niklas Poslovski
13 #
14
15 BUILD_STYLE = cmake
16 include ../../../make-rules/shared-macros.mk
17
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
31
32 TEST_TARGET = $(NO_TESTS)
33 include $(WS_MAKE_RULES)/common.mk
34
35 # Auto-generated dependencies
36 REQUIRED_PACKAGES += $(GCC_RUNTIME_PKG)
37 REQUIRED_PACKAGES += system/library