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 2016 - 2017 Adam Stevko. All rights reserved.
17 include ..
/..
/..
/make-rules
/shared-macros.mk
20 COMPONENT_VERSION
= 2.9
22 COMPONENT_FMRI
= network
/$(COMPONENT_NAME
)
23 COMPONENT_CLASSIFICATION
=System
/Libraries
24 COMPONENT_SUMMARY
= A network filesystem client to connect to SSH servers
25 COMPONENT_SRC
= $(COMPONENT_NAME
)-$(COMPONENT_VERSION
)
26 COMPONENT_ARCHIVE
= $(COMPONENT_SRC
).
tar.gz
27 COMPONENT_ARCHIVE_HASH
= \
28 sha256
:46d1e1287ce97255fcb50010355184d8c5585329f73ab1e755217419a8e6e5de
29 COMPONENT_PROJECT_URL
= https
://github.com
/libfuse
/sshfs
30 COMPONENT_ARCHIVE_URL
= https
://github.com
/libfuse
/sshfs
/releases
/download
/$(COMPONENT_NAME
)-$(COMPONENT_VERSION
)/$(COMPONENT_ARCHIVE
)
31 COMPONENT_SIG_URL
= https
://github.com
/libfuse
/sshfs
/releases
/download
/$(COMPONENT_NAME
)-$(COMPONENT_VERSION
)/$(COMPONENT_ARCHIVE
).asc
32 COMPONENT_LICENSE
= GPLv2
33 COMPONENT_LICENSE_FILE
= COPYING
35 TEST_TARGET
=$(NO_TESTS
)
36 include $(WS_MAKE_RULES
)/common.mk
38 # Auto-generated dependencies
39 REQUIRED_PACKAGES
+= library
/glib2
40 REQUIRED_PACKAGES
+= library
/libfuse
41 REQUIRED_PACKAGES
+= system
/library