5aa2f34f73
Packages that can be started without modifications are enabled, well some of them, otherwise disabled. --HG-- extra : convert_revision : 42105adabbc02b0f07a5d7173664778a5001c739
32 lines
1 KiB
Text
32 lines
1 KiB
Text
# Template file for 'fuse'
|
|
pkgname=fuse
|
|
version=2.8.1
|
|
revision=1
|
|
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
|
|
build_style=gnu_configure
|
|
configure_args="--enable-lib --enable-util --bindir=/bin"
|
|
short_desc="Filesystem in Userspace"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
checksum=007f1056ce329a7c9976ab7b68d3361991261e188f36364d0406f8ee457d2eaf
|
|
long_desc="
|
|
With FUSE it is possible to implement a fully functional filesystem in
|
|
a userspace program. Features include:
|
|
|
|
* Simple library API
|
|
* Simple installation (no need to patch or recompile the kernel)
|
|
* Secure implementation
|
|
* Userspace - kernel interface is very efficient
|
|
* Usable by non privileged users
|
|
* Runs on Linux kernels 2.4.X and 2.6.X
|
|
* Has proven very stable over time"
|
|
|
|
subpackages="$pkgname-devel"
|
|
openrc_services="fuse default true"
|
|
Add_dependency run glibc
|
|
|
|
post_install()
|
|
{
|
|
# Remove provided init script, we use our own.
|
|
rm -f ${DESTDIR}/etc/init.d/fuse
|
|
install -m755 ${FILESDIR}/fuse.rc ${DESTDIR}/etc/init.d/fuse
|
|
}
|