[3/3] fuse-sshfs: Drop package

Message ID 20230221172708.885594-3-stefan.schantl@ipfire.org
State Accepted
Commit a66da2a3953412056a469310854fecbed97f6664
Headers
Series [1/3] ipvsadm: Drop package |

Commit Message

Stefan Schantl Feb. 21, 2023, 5:27 p.m. UTC
  Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
---
 fuse-sshfs/fuse-sshfs.nm | 44 ----------------------------------------
 1 file changed, 44 deletions(-)
 delete mode 100644 fuse-sshfs/fuse-sshfs.nm
  

Patch

diff --git a/fuse-sshfs/fuse-sshfs.nm b/fuse-sshfs/fuse-sshfs.nm
deleted file mode 100644
index fab5b72ad..000000000
--- a/fuse-sshfs/fuse-sshfs.nm
+++ /dev/null
@@ -1,44 +0,0 @@ 
-###############################################################################
-# IPFire.org    - An Open Source Firewall Solution                            #
-# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
-###############################################################################
-
-name       = fuse-sshfs
-version    = 2.2
-release    = 1
-
-groups     = System/Filesystems
-url        = http://fuse.sourceforge.net/sshfs.html
-license    = GPLv2
-summary    = FUSE-Filesystem to access remote filesystems via SSH.
-
-description
-	This is a FUSE-filesystem client based on the SSH File Transfer Protocol.
-	Since most SSH servers already support this protocol it is very easy to set
-	up: i.e. on the server side there's nothing to do.  On the client side
-	mounting the filesystem is as easy as logging into the server with ssh.
-end
-
-source_dl  =
-sources    = sshfs-fuse-%{version}.tar.gz
-
-build
-	requires
-		fuse-devel
-		glib2-devel
-		openssh-clients
-	end
-
-	DIR_APP = %{DIR_SRC}/sshfs-fuse-%{version}
-end
-
-packages
-	package %{name}
-		provides = sshfs=%{thisver}
-		requires = openssh-clients
-	end
-
-	package %{name}-debuginfo
-		template DEBUGINFO
-	end
-end