void-packages/srcpkgs/fuse/template

30 lines
931 B
Text
Raw Normal View History

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