mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-04-22 22:37:17 +00:00
17 lines
485 B
Makefile
17 lines
485 B
Makefile
################################################################################
|
|
#
|
|
# sshfs
|
|
#
|
|
################################################################################
|
|
|
|
SSHFS_VERSION = 2.8
|
|
SSHFS_SITE = https://github.com/libfuse/sshfs/releases/download/sshfs_$(SSHFS_VERSION)
|
|
SSHFS_LICENSE = GPL-2.0
|
|
SSHFS_LICENSE_FILES = COPYING
|
|
SSHFS_DEPENDENCIES = \
|
|
libglib2 libfuse openssh \
|
|
$(TARGET_NLS_DEPENDENCIES) \
|
|
$(if $(BR2_ENABLE_LOCALE),,libiconv)
|
|
|
|
$(eval $(autotools-package))
|