# Template file for 'fuse'
pkgname=fuse
version=2.8.6
homepage="http://fuse.sourceforge.net"
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
build_style=gnu-configure
configure_args="--enable-lib --enable-util --bindir=/bin"
revision=1
short_desc="Filesystem in Userspace"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2"
checksum=1ec1913e38f09b2a9ec1579e1800805b5e2c747d1dce515e316dbb665ca139d6
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"

post_install() {
	# remove obsolete rules file provided by udev.
	rm -rf ${DESTDIR}/{dev,etc}
}