nilfs-utils: update to 2.1.5.

This commit is contained in:
Juan RP 2013-08-26 22:02:00 +02:00
parent 38dcd73aad
commit cc6d337e8d
1 changed files with 12 additions and 10 deletions

View File

@ -1,16 +1,19 @@
# Template file for 'nilfs-utils' # Template file for 'nilfs-utils'
pkgname=nilfs-utils pkgname=nilfs-utils
version=2.1.4 version=2.1.5
revision=3 revision=1
build_style=gnu-configure 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" makedepends="libuuid-devel libmount-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"
homepage="http://www.nilfs.org" homepage="http://www.nilfs.org"
distfiles="$homepage/download/$pkgname-$version.tar.bz2" distfiles="$homepage/download/$pkgname-$version.tar.bz2"
checksum=8e4e7418a2e7eeb19886ec731f9a0799fd03b09a21a920e1dad8e3a9c8e6c13d checksum=ba9b2983f160a4af821a9552db8449a169fc6522c993fa895ab949db477d1331
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
@ -18,15 +21,14 @@ long_desc="
This package contains the required userspace utilities." This package contains the required userspace utilities."
post_install() { pre_configure() {
vmkdir usr/sbin autoreconf -fi
mv ${DESTDIR}/sbin/* ${DESTDIR}/usr/sbin
} }
libnilfs_package() { libnilfs_package() {
short_desc="NILFS userspace runtime libraries" short_desc="NILFS userspace runtime libraries"
pkg_install() { pkg_install() {
vmove "usr/lib/*.so*" vmove "usr/lib/*.so.*"
} }
} }
@ -36,13 +38,13 @@ nilfs-utils-devel_package() {
pkg_install() { pkg_install() {
vmove usr/include vmove usr/include
vmove "usr/lib/*.a" vmove "usr/lib/*.a"
vmove "usr/lib/*.so"
} }
} }
nilfs-utils_package() { nilfs-utils_package() {
conf_files="/etc/nilfs_cleanerd.conf" conf_files="/etc/nilfs_cleanerd.conf"
pkg_install() { pkg_install() {
vmove etc vmove all
vmove usr
} }
} }