void-packages/srcpkgs/nilfs-utils/template
2012-07-09 14:42:58 +02:00

27 lines
912 B
Plaintext

# Template file for 'nilfs-utils'
pkgname=nilfs-utils
version=2.1.4
revision=2
build_style=gnu-configure
configure_args="--enable-libmount"
makedepends="libuuid-devel libmount-devel"
conf_files="/etc/nilfs_cleanerd.conf"
subpackages="libnilfs ${pkgname}-devel"
short_desc="A log-structured file system for Linux - userspace utils"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2, LGPL-2.1"
homepage="http://www.nilfs.org"
distfiles="$homepage/download/$pkgname-$version.tar.bz2"
checksum=8e4e7418a2e7eeb19886ec731f9a0799fd03b09a21a920e1dad8e3a9c8e6c13d
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."
post_install() {
vmkdir usr/sbin
vmove "sbin/*" usr/sbin
}