mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-03-01 14:02:12 +00:00
17 lines
521 B
Makefile
17 lines
521 B
Makefile
#############################################################
|
|
#
|
|
# sshfs
|
|
#
|
|
#############################################################
|
|
|
|
SSHFS_VERSION:=2.2
|
|
SSHFS_SOURCE:=sshfs-fuse-$(SSHFS_VERSION).tar.gz
|
|
SSHFS_SITE=http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/fuse/$(SSHFS_VERSION)/sshfs-fuse
|
|
SSHFS_AUTORECONF:=NO
|
|
SSHFS_INSTALL_STAGING:=NO
|
|
SSHFS_INSTALL_TARGET:=YES
|
|
|
|
SSHFS_DEPENDENCIES = libglib2 libfuse $(if $(BR2_NEEDS_GETTEXT_IF_LOCALE),gettext libintl)
|
|
|
|
$(eval $(call AUTOTARGETS,package,sshfs))
|