diff options
author | tnut <tnut at nutyx dot com> | 2012-01-08 12:25:45 +0100 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2012-01-08 12:25:45 +0100 |
commit | 364eb3f4561747275c1649fda3fd60c1c16632f9 (patch) | |
tree | f65644af8e9a76e84cc48e97cee5ae22fcbd6575 /extra/sshfs | |
parent | 9291e062cb24bac5d7c7059d4dc64669c1917b33 (diff) | |
download | nutyx-pakxe-364eb3f4561747275c1649fda3fd60c1c16632f9.tar.gz nutyx-pakxe-364eb3f4561747275c1649fda3fd60c1c16632f9.tar.bz2 nutyx-pakxe-364eb3f4561747275c1649fda3fd60c1c16632f9.tar.xz nutyx-pakxe-364eb3f4561747275c1649fda3fd60c1c16632f9.zip |
Suppression des ports extra
Diffstat (limited to 'extra/sshfs')
-rwxr-xr-x | extra/sshfs/.footprint.i686 | 7 | ||||
-rwxr-xr-x | extra/sshfs/.footprint.x86_64 | 7 | ||||
-rwxr-xr-x | extra/sshfs/.md5sum.i686 | 1 | ||||
-rwxr-xr-x | extra/sshfs/.md5sum.x86_64 | 1 | ||||
-rwxr-xr-x | extra/sshfs/Pkgfile | 19 |
5 files changed, 0 insertions, 35 deletions
diff --git a/extra/sshfs/.footprint.i686 b/extra/sshfs/.footprint.i686 deleted file mode 100755 index e5ddb6754..000000000 --- a/extra/sshfs/.footprint.i686 +++ /dev/null @@ -1,7 +0,0 @@ -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/.footprint.x86_64 b/extra/sshfs/.footprint.x86_64 deleted file mode 100755 index e5ddb6754..000000000 --- a/extra/sshfs/.footprint.x86_64 +++ /dev/null @@ -1,7 +0,0 @@ -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.i686 b/extra/sshfs/.md5sum.i686 deleted file mode 100755 index 233d91c45..000000000 --- a/extra/sshfs/.md5sum.i686 +++ /dev/null @@ -1 +0,0 @@ -f72f12fda186dbd92382f70d25662ed3 sshfs-fuse-2.3.tar.gz diff --git a/extra/sshfs/.md5sum.x86_64 b/extra/sshfs/.md5sum.x86_64 deleted file mode 100755 index 233d91c45..000000000 --- a/extra/sshfs/.md5sum.x86_64 +++ /dev/null @@ -1 +0,0 @@ -f72f12fda186dbd92382f70d25662ed3 sshfs-fuse-2.3.tar.gz diff --git a/extra/sshfs/Pkgfile b/extra/sshfs/Pkgfile deleted file mode 100755 index d8ee5e9fa..000000000 --- a/extra/sshfs/Pkgfile +++ /dev/null @@ -1,19 +0,0 @@ -# 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 -} - |