void-packages/srcpkgs/nilfs-utils/template

24 lines
869 B
Plaintext

# Template file for 'nilfs-utils'
pkgname=nilfs-utils
version=2.1.1
homepage="http://www.nilfs.org"
distfiles="$homepage/download/$pkgname-$version.tar.bz2"
build_style=gnu-configure
configure_args="--enable-libmount"
short_desc="A log-structured file system for Linux - userspace utils"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2, LGPL-2.1"
checksum=4b697515993577a91f33476e8e052a4066e3d26f5748588f48c2737291cd54fa
long_desc="
NILFS is a log-structured file system supporting versioning of the entire
file system and continuous snapshotting which allows users to even restore
files mistakenly overwritten or destroyed just a few seconds ago.
This package contains the required userspace utilities."
conf_files="/etc/nilfs_cleanerd.conf"
subpackages="libnilfs ${pkgname}-devel"
Add_dependency build libuuid-devel
Add_dependency build libmount-devel