summaryrefslogtreecommitdiffstats
path: root/sshfs
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2012-01-22 11:38:02 +0100
committerpiernov <piernov@piernov.org>2012-01-22 11:38:02 +0100
commit50e5ce5b17e69be13228e2393c5804b0a79acfab (patch)
tree9845fa9af128d7fdd791755bb2be320f3ba2be4e /sshfs
parent9626427c1a1d9c292fc519810c13b9a8073e777f (diff)
parent8548e8d6882b55dfb509b18dedfb7db17630037d (diff)
downloadnutyx-extra-50e5ce5b17e69be13228e2393c5804b0a79acfab.tar.gz
nutyx-extra-50e5ce5b17e69be13228e2393c5804b0a79acfab.tar.bz2
nutyx-extra-50e5ce5b17e69be13228e2393c5804b0a79acfab.tar.xz
nutyx-extra-50e5ce5b17e69be13228e2393c5804b0a79acfab.zip
Merged with http://kiao.no-ip.info/NuTyX/git/nutyx-pakxe → Repository splitted → nutyx-extra
Diffstat (limited to 'sshfs')
-rwxr-xr-xsshfs/.footprint.i6867
-rwxr-xr-xsshfs/.footprint.x86_647
-rwxr-xr-xsshfs/.md5sum.i6861
-rwxr-xr-xsshfs/.md5sum.x86_641
-rwxr-xr-xsshfs/Pkgfile19
5 files changed, 35 insertions, 0 deletions
diff --git a/sshfs/.footprint.i686 b/sshfs/.footprint.i686
new file mode 100755
index 000000000..e5ddb6754
--- /dev/null
+++ b/sshfs/.footprint.i686
@@ -0,0 +1,7 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/sshfs
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man1/
+-rw-r--r-- root/root usr/share/man/man1/sshfs.1.gz
diff --git a/sshfs/.footprint.x86_64 b/sshfs/.footprint.x86_64
new file mode 100755
index 000000000..e5ddb6754
--- /dev/null
+++ b/sshfs/.footprint.x86_64
@@ -0,0 +1,7 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/sshfs
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man1/
+-rw-r--r-- root/root usr/share/man/man1/sshfs.1.gz
diff --git a/sshfs/.md5sum.i686 b/sshfs/.md5sum.i686
new file mode 100755
index 000000000..233d91c45
--- /dev/null
+++ b/sshfs/.md5sum.i686
@@ -0,0 +1 @@
+f72f12fda186dbd92382f70d25662ed3 sshfs-fuse-2.3.tar.gz
diff --git a/sshfs/.md5sum.x86_64 b/sshfs/.md5sum.x86_64
new file mode 100755
index 000000000..233d91c45
--- /dev/null
+++ b/sshfs/.md5sum.x86_64
@@ -0,0 +1 @@
+f72f12fda186dbd92382f70d25662ed3 sshfs-fuse-2.3.tar.gz
diff --git a/sshfs/Pkgfile b/sshfs/Pkgfile
new file mode 100755
index 000000000..d8ee5e9fa
--- /dev/null
+++ b/sshfs/Pkgfile
@@ -0,0 +1,19 @@
+# Description: Support fuse pour SSH
+# URL: http://fuse.sourceforge.net/sshfs.html
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: fuse, glib
+# Run on: fuse,glib
+
+name=sshfs
+version=2.3
+release=1
+source=(http://surfnet.dl.sourceforge.net/sourceforge/fuse/$name-fuse-$version.tar.gz)
+
+build() {
+ cd $name-fuse-$version
+ ./configure --prefix=/usr
+ make
+ make DESTDIR=$PKG install
+}
+