void-packages/srcpkgs/fuse/template

31 lines
942 B
Plaintext
Raw Normal View History

# Template file for 'fuse'
pkgname=fuse
2012-04-30 11:26:08 +02:00
version=2.9.0
2011-10-27 19:46:41 +02:00
homepage="http://fuse.sourceforge.net"
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
build_style=gnu-configure
2012-02-09 11:51:03 +01:00
configure_args="--enable-lib --enable-util"
revision=1
short_desc="Filesystem in Userspace"
maintainer="Juan RP <xtraeme@gmail.com>"
2011-10-27 19:46:41 +02:00
license="GPL-2"
2012-04-30 11:26:08 +02:00
checksum=1bf669e5388d4f256c7875079d5a6b97837bad23eb77a1cbc8b54b46a88315f2
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"
2011-10-27 19:46:41 +02:00
post_install() {
# remove obsolete rules file provided by udev.
rm -rf ${DESTDIR}/{dev,etc}
}