nilfs-utils: update to 2.1.5.
This commit is contained in:
parent
38dcd73aad
commit
cc6d337e8d
1 changed files with 12 additions and 10 deletions
|
@ -1,16 +1,19 @@
|
|||
# Template file for 'nilfs-utils'
|
||||
pkgname=nilfs-utils
|
||||
version=2.1.4
|
||||
revision=3
|
||||
version=2.1.5
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-libmount"
|
||||
configure_args="--sbindir=/usr/bin --enable-libmount
|
||||
ac_cv_func_malloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes"
|
||||
make_install_args="sbindir=/usr/bin"
|
||||
hostmakedepends="automake libtool"
|
||||
makedepends="libuuid-devel libmount-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
|
||||
checksum=ba9b2983f160a4af821a9552db8449a169fc6522c993fa895ab949db477d1331
|
||||
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
|
||||
|
@ -18,15 +21,14 @@ long_desc="
|
|||
|
||||
This package contains the required userspace utilities."
|
||||
|
||||
post_install() {
|
||||
vmkdir usr/sbin
|
||||
mv ${DESTDIR}/sbin/* ${DESTDIR}/usr/sbin
|
||||
pre_configure() {
|
||||
autoreconf -fi
|
||||
}
|
||||
|
||||
libnilfs_package() {
|
||||
short_desc="NILFS userspace runtime libraries"
|
||||
pkg_install() {
|
||||
vmove "usr/lib/*.so*"
|
||||
vmove "usr/lib/*.so.*"
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -36,13 +38,13 @@ nilfs-utils-devel_package() {
|
|||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove "usr/lib/*.a"
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
||||
|
||||
nilfs-utils_package() {
|
||||
conf_files="/etc/nilfs_cleanerd.conf"
|
||||
pkg_install() {
|
||||
vmove etc
|
||||
vmove usr
|
||||
vmove all
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue