nilfs-utils: update to 2.1.2.
This commit is contained in:
parent
cc5a8fa46c
commit
0093dc7cf3
|
@ -1,12 +1,11 @@
|
|||
# Template file for 'nilfs-devel'.
|
||||
#
|
||||
depends="libuuid-devel libmount-devel libnilfs"
|
||||
depends="libuuid-devel libmount-devel libnilfs>=$version"
|
||||
short_desc="NILFS userspace development files"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
|
||||
do_install() {
|
||||
vmove usr/include usr
|
||||
vmove "usr/lib/*.a" usr/lib
|
||||
|
|
|
@ -1,23 +1,21 @@
|
|||
# Template file for 'nilfs-utils'
|
||||
pkgname=nilfs-utils
|
||||
version=2.1.1
|
||||
homepage="http://www.nilfs.org"
|
||||
distfiles="$homepage/download/$pkgname-$version.tar.bz2"
|
||||
version=2.1.2
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-libmount"
|
||||
makedepends="libuuid-devel libmount-devel"
|
||||
revision=1
|
||||
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"
|
||||
checksum=4b697515993577a91f33476e8e052a4066e3d26f5748588f48c2737291cd54fa
|
||||
homepage="http://www.nilfs.org"
|
||||
distfiles="$homepage/download/$pkgname-$version.tar.bz2"
|
||||
checksum=177e297b379d79c00c483adc840cdf30d335760752300ebf4e969656f803dfbf
|
||||
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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue