nilfs-utils: update to 2.1.2.
This commit is contained in:
parent
cc5a8fa46c
commit
0093dc7cf3
2 changed files with 8 additions and 11 deletions
|
@ -1,12 +1,11 @@
|
||||||
# Template file for 'nilfs-devel'.
|
# Template file for 'nilfs-devel'.
|
||||||
#
|
#
|
||||||
depends="libuuid-devel libmount-devel libnilfs"
|
depends="libuuid-devel libmount-devel libnilfs>=$version"
|
||||||
short_desc="NILFS userspace development files"
|
short_desc="NILFS userspace development files"
|
||||||
long_desc="${long_desc}
|
long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vmove usr/include usr
|
vmove usr/include usr
|
||||||
vmove "usr/lib/*.a" usr/lib
|
vmove "usr/lib/*.a" usr/lib
|
||||||
|
|
|
@ -1,23 +1,21 @@
|
||||||
# Template file for 'nilfs-utils'
|
# Template file for 'nilfs-utils'
|
||||||
pkgname=nilfs-utils
|
pkgname=nilfs-utils
|
||||||
version=2.1.1
|
version=2.1.2
|
||||||
homepage="http://www.nilfs.org"
|
revision=1
|
||||||
distfiles="$homepage/download/$pkgname-$version.tar.bz2"
|
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-libmount"
|
configure_args="--enable-libmount"
|
||||||
makedepends="libuuid-devel libmount-devel"
|
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"
|
short_desc="A log-structured file system for Linux - userspace utils"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-2, LGPL-2.1"
|
license="GPL-2, LGPL-2.1"
|
||||||
checksum=4b697515993577a91f33476e8e052a4066e3d26f5748588f48c2737291cd54fa
|
homepage="http://www.nilfs.org"
|
||||||
|
distfiles="$homepage/download/$pkgname-$version.tar.bz2"
|
||||||
|
checksum=177e297b379d79c00c483adc840cdf30d335760752300ebf4e969656f803dfbf
|
||||||
long_desc="
|
long_desc="
|
||||||
NILFS is a log-structured file system supporting versioning of the entire
|
NILFS is a log-structured file system supporting versioning of the entire
|
||||||
file system and continuous snapshotting which allows users to even restore
|
file system and continuous snapshotting which allows users to even restore
|
||||||
files mistakenly overwritten or destroyed just a few seconds ago.
|
files mistakenly overwritten or destroyed just a few seconds ago.
|
||||||
|
|
||||||
This package contains the required userspace utilities."
|
This package contains the required userspace utilities."
|
||||||
|
|
||||||
conf_files="/etc/nilfs_cleanerd.conf"
|
|
||||||
subpackages="libnilfs ${pkgname}-devel"
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue