From 9e3e73e3b3d62662f161800bfe91ffef575c5eac Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 16 Jan 2014 09:27:56 +0100 Subject: [PATCH] sshfs-fuse: renamed to fuse-sshfs and update to 2.5. --- srcpkgs/fuse-sshfs/template | 16 ++++++++++++++++ srcpkgs/sshfs-fuse/template | 18 ------------------ 2 files changed, 16 insertions(+), 18 deletions(-) create mode 100644 srcpkgs/fuse-sshfs/template delete mode 100644 srcpkgs/sshfs-fuse/template diff --git a/srcpkgs/fuse-sshfs/template b/srcpkgs/fuse-sshfs/template new file mode 100644 index 0000000000..95a5843a73 --- /dev/null +++ b/srcpkgs/fuse-sshfs/template @@ -0,0 +1,16 @@ +# Template file for 'fuse-sshfs' +pkgname=fuse-sshfs +version=2.5 +revision=1 +wrksrc="sshfs-fuse-${version}" +build_style=gnu-configure +hostmakedepends="pkg-config" +makedepends="libglib-devel fuse-devel openssh>=6.1p1" +depends="openssh>=6.1p1" +replaces="sshfs-fuse>=0" +short_desc="FUSE client based on the SSH File Transfer Protocol" +maintainer="Juan RP " +homepage="http://fuse.sourceforge.net/sshfs.html" +license="GPL-2" +distfiles="${SOURCEFORGE_SITE}/fuse/sshfs-fuse-$version.tar.gz" +checksum=e9171452e5d0150b9c6a2158fd2e2dcefb5d5d03ba4d208949e00a3a46c6e63e diff --git a/srcpkgs/sshfs-fuse/template b/srcpkgs/sshfs-fuse/template deleted file mode 100644 index b4fef3a0e4..0000000000 --- a/srcpkgs/sshfs-fuse/template +++ /dev/null @@ -1,18 +0,0 @@ -# Template file for 'sshfs-fuse' -pkgname=sshfs-fuse -version=2.3 -revision=2 -build_style=gnu-configure -makedepends="pkg-config glib-devel fuse-devel openssh>=6.1p1" -depends="openssh>=6.1p1" -short_desc="FUSE client based on the SSH File Transfer Protocol" -maintainer="Juan RP " -homepage="http://fuse.sourceforge.net/sshfs.html" -license="GPL-2" -distfiles="${SOURCEFORGE_SITE}/fuse/$pkgname-$version.tar.gz" -checksum=ce229f87869d136c8347cca646f1dd6394c604127d021507a57205668d9288bb -long_desc=" - This is a 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."