summaryrefslogtreecommitdiffstats
path: root/extra
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-01-26 22:28:04 +0100
committertnut <thierryn1 at hispeed dot ch>2010-01-26 22:28:04 +0100
commit437f8a34ac25b294e6e915894c206a65809a2814 (patch)
tree9a5708bbdadd85b964d57e27bf6c5cdad09215c0 /extra
parent4ae0ce5de4ae2e6612595bd2e2f94418c13f6c54 (diff)
downloadnutyx-extra-437f8a34ac25b294e6e915894c206a65809a2814.tar.gz
nutyx-extra-437f8a34ac25b294e6e915894c206a65809a2814.tar.bz2
nutyx-extra-437f8a34ac25b294e6e915894c206a65809a2814.tar.xz
nutyx-extra-437f8a34ac25b294e6e915894c206a65809a2814.zip
fuse, déplacé dans base
Diffstat (limited to 'extra')
-rw-r--r--extra/fuse/.footprint34
-rw-r--r--extra/fuse/.md5sum1
-rw-r--r--extra/fuse/Pkgfile19
3 files changed, 0 insertions, 54 deletions
diff --git a/extra/fuse/.footprint b/extra/fuse/.footprint
deleted file mode 100644
index 82c4163c5..000000000
--- a/extra/fuse/.footprint
+++ /dev/null
@@ -1,34 +0,0 @@
-drwxr-xr-x root/root etc/
-drwxr-xr-x root/root etc/udev/
-drwxr-xr-x root/root etc/udev/rules.d/
--rw-r--r-- root/root etc/udev/rules.d/99-fuse.rules
-drwxr-xr-x root/root sbin/
--rwxr-xr-x root/root sbin/mount.fuse
-drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/bin/
--rwsr-xr-x root/root usr/bin/fusermount
--rwxr-xr-x root/root usr/bin/ulockmgr_server
-drwxr-xr-x root/root usr/include/
--rw-r--r-- root/root usr/include/fuse.h
-drwxr-xr-x root/root usr/include/fuse/
--rw-r--r-- root/root usr/include/fuse/fuse.h
--rw-r--r-- root/root usr/include/fuse/fuse_common.h
--rw-r--r-- root/root usr/include/fuse/fuse_common_compat.h
--rw-r--r-- root/root usr/include/fuse/fuse_compat.h
--rw-r--r-- root/root usr/include/fuse/fuse_lowlevel.h
--rw-r--r-- root/root usr/include/fuse/fuse_lowlevel_compat.h
--rw-r--r-- root/root usr/include/fuse/fuse_opt.h
--rw-r--r-- root/root usr/include/ulockmgr.h
-drwxr-xr-x root/root usr/lib/
--rw-r--r-- root/root usr/lib/libfuse.a
--rwxr-xr-x root/root usr/lib/libfuse.la
-lrwxrwxrwx root/root usr/lib/libfuse.so -> libfuse.so.2.7.4
-lrwxrwxrwx root/root usr/lib/libfuse.so.2 -> libfuse.so.2.7.4
--rwxr-xr-x root/root usr/lib/libfuse.so.2.7.4
--rw-r--r-- root/root usr/lib/libulockmgr.a
--rwxr-xr-x root/root usr/lib/libulockmgr.la
-lrwxrwxrwx root/root usr/lib/libulockmgr.so -> libulockmgr.so.1.0.1
-lrwxrwxrwx root/root usr/lib/libulockmgr.so.1 -> libulockmgr.so.1.0.1
--rwxr-xr-x root/root usr/lib/libulockmgr.so.1.0.1
-drwxr-xr-x root/root usr/lib/pkgconfig/
--rw-r--r-- root/root usr/lib/pkgconfig/fuse.pc
diff --git a/extra/fuse/.md5sum b/extra/fuse/.md5sum
deleted file mode 100644
index ca76f42db..000000000
--- a/extra/fuse/.md5sum
+++ /dev/null
@@ -1 +0,0 @@
-4879f06570d2225667534c37fea04213 fuse-2.7.4.tar.gz
diff --git a/extra/fuse/Pkgfile b/extra/fuse/Pkgfile
deleted file mode 100644
index 777ff209e..000000000
--- a/extra/fuse/Pkgfile
+++ /dev/null
@@ -1,19 +0,0 @@
-# Description: Interface espace utilisateur pour système de fichiers
-# URL: http://fuse.sourceforge.net/
-# Maintainer: NuTyX core team
-# Packager: thierryn1 at hispeed dot ch
-# Depends on:
-
-name=fuse
-version=2.7.4
-release=1
-source=(http://downloads.sourceforge.net/$name/$name-$version.tar.gz)
-
-build() {
- cd $name-$version
- ./configure --prefix=/usr \
- --disable-kernel-module
- make
- make DESTDIR=$PKG install
- rm -r $PKG/{dev,etc/init.d}
-}