summaryrefslogtreecommitdiffstats
path: root/extra
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-03-29 22:53:07 +0200
committertnut <thierryn1 at hispeed dot ch>2010-03-29 22:53:07 +0200
commit62ffb119682883849d72728813b732f8c77552c8 (patch)
treead8ac43da6ca97e52bb857ff9a328cf919aad992 /extra
parentb2ac28eca25d9adb68c858f4e500b03eabd3d819 (diff)
downloadnutyx-extra-62ffb119682883849d72728813b732f8c77552c8.tar.gz
nutyx-extra-62ffb119682883849d72728813b732f8c77552c8.tar.bz2
nutyx-extra-62ffb119682883849d72728813b732f8c77552c8.tar.xz
nutyx-extra-62ffb119682883849d72728813b732f8c77552c8.zip
Ajout de sshfs#2.2-1
Diffstat (limited to 'extra')
-rwxr-xr-xextra/sshfs/.footprint7
-rwxr-xr-xextra/sshfs/.md5sum1
-rwxr-xr-xextra/sshfs/Pkgfile17
3 files changed, 25 insertions, 0 deletions
diff --git a/extra/sshfs/.footprint b/extra/sshfs/.footprint
new file mode 100755
index 000000000..e5ddb6754
--- /dev/null
+++ b/extra/sshfs/.footprint
@@ -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/extra/sshfs/.md5sum b/extra/sshfs/.md5sum
new file mode 100755
index 000000000..4828412dc
--- /dev/null
+++ b/extra/sshfs/.md5sum
@@ -0,0 +1 @@
+26e9206eb5169e87e6f95f54bc005a4f sshfs-fuse-2.2.tar.gz
diff --git a/extra/sshfs/Pkgfile b/extra/sshfs/Pkgfile
new file mode 100755
index 000000000..47ecdd7ce
--- /dev/null
+++ b/extra/sshfs/Pkgfile
@@ -0,0 +1,17 @@
+# 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
+
+name=sshfs
+version=2.2
+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
+}