nilfs-utils: update to 2.2.9.
This commit is contained in:
parent
d04e7dff0f
commit
2547b2e015
1 changed files with 9 additions and 12 deletions
|
@ -1,36 +1,33 @@
|
|||
# Template file for 'nilfs-utils'
|
||||
pkgname=nilfs-utils
|
||||
version=2.2.8
|
||||
version=2.2.9
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--sbindir=/usr/bin --enable-libmount"
|
||||
configure_args="--without-selinux"
|
||||
make_install_args="sbindir=/usr/bin"
|
||||
hostmakedepends="automake libtool"
|
||||
makedepends="libuuid-devel libmount-devel"
|
||||
makedepends="libblkid-devel libmount-devel libuuid-devel"
|
||||
conf_files="/etc/nilfs_cleanerd.conf"
|
||||
short_desc="Log-structured file system for Linux - userspace utils"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="GPL-2.0-only, LGPL-2.1-only"
|
||||
homepage="http://nilfs.sourceforge.net/"
|
||||
distfiles="http://nilfs.sourceforge.net/download/$pkgname-$version.tar.bz2"
|
||||
checksum=5a29f8f59db03edf8dd1e68dfd80ff4713e0aa184cfa83a6326ac8af93d9bda6
|
||||
homepage="https://nilfs.sourceforge.io/"
|
||||
distfiles="https://nilfs.sourceforge.io/download/${pkgname}-${version}.tar.bz2"
|
||||
checksum=5df63998c2084182c8c608a29b47b1771b825b4b5fa7916c12cca2fcb7577a97
|
||||
|
||||
pre_configure() {
|
||||
autoreconf -fi
|
||||
}
|
||||
post_install() {
|
||||
mv ${DESTDIR}/sbin/* ${DESTDIR}/usr/bin/
|
||||
}
|
||||
|
||||
libnilfs_package() {
|
||||
short_desc="NILFS userspace runtime libraries"
|
||||
short_desc="${short_desc/utils/libraries}"
|
||||
pkg_install() {
|
||||
vmove "usr/lib/*.so.*"
|
||||
}
|
||||
}
|
||||
|
||||
nilfs-utils-devel_package() {
|
||||
depends="${makedepends} libnilfs>=${version}_${revision}"
|
||||
short_desc="NILFS userspace development files"
|
||||
short_desc="${short_desc/utils/development files}"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove "usr/lib/*.a"
|
||||
|
|
Loading…
Add table
Reference in a new issue