p7zip: assorted fixes
[oi-userland.git] / components / network / putty / Makefile
blobb326d5256511c7fd43254773316529f288d0364f
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 2017 Till Wegmueller
15 BUILD_STYLE= cmake
16 include ../../../make-rules/shared-macros.mk
18 COMPONENT_NAME= putty
19 COMPONENT_VERSION= 0.81
20 COMPONENT_SUMMARY= A terminal integrated SSH/Telnet client commandline tools
21 COMPONENT_PROJECT_URL= https://www.chiark.greenend.org.uk/~sgtatham/putty/
22 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
23 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
24 COMPONENT_ARCHIVE_URL= https://the.earth.li/~sgtatham/putty/$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)
25 COMPONENT_ARCHIVE_HASH= sha256:cb8b00a94f453494e345a3df281d7a3ed26bb0dd7e36264f145206f8857639fe
26 COMPONENT_FMRI= network/$(COMPONENT_NAME)
27 COMPONENT_CLASSIFICATION=Applications/Internet
28 COMPONENT_LICENSE= MIT
29 COMPONENT_LICENSE_FILE= LICENCE
31 include $(WS_MAKE_RULES)/common.mk
33 LDFLAGS += -lnsl -lsocket
35 # Auto-generated dependencies
36 REQUIRED_PACKAGES += library/desktop/cairo
37 REQUIRED_PACKAGES += library/desktop/gdk-pixbuf
38 REQUIRED_PACKAGES += library/desktop/gtk3
39 REQUIRED_PACKAGES += library/desktop/pango
40 REQUIRED_PACKAGES += library/glib2
41 REQUIRED_PACKAGES += system/library
42 REQUIRED_PACKAGES += system/library/math
43 REQUIRED_PACKAGES += x11/library/libx11