void-packages/srcpkgs/fuse/template
Juan RP 23dd7d008e Update build_style for all templates.
- There's no need to set build_style for custom-install (default).
- gnu_{configure,makefile} renamed to gnu-{configure,makefile}.
2011-10-24 14:14:47 +02:00

30 lines
922 B
Text

# Template file for 'fuse'
pkgname=fuse
version=2.8.5
revision=2
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=bec80e66ae8ee60dfdf67b2ca291266a45dcfe6bc20c64f3acfceaa38ed29a84
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"
Add_dependency run glibc
post_install()
{
# Remove static dev nodes.
rm -rf ${DESTDIR}/dev ${DESTDIR}/etc/init.d
}