23 lines
834 B
Plaintext
23 lines
834 B
Plaintext
|
# Template file for 'nilfs-utils'
|
||
|
pkgname=nilfs-utils
|
||
|
version=2.1.0
|
||
|
homepage="http://www.nilfs.org"
|
||
|
distfiles="$homepage/download/$pkgname-$version.tar.bz2"
|
||
|
build_style=gnu-configure
|
||
|
short_desc="A log-structured file system for Linux - userspace utils"
|
||
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||
|
license="GPL-2, LGPL-2.1"
|
||
|
checksum=53fd797534257a3036b9bdffdac63d407c1906397d6fe71f461bd4200a543eed
|
||
|
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
|