mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
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'
|
# Template file for 'nilfs-utils'
|
||||||
pkgname=nilfs-utils
|
pkgname=nilfs-utils
|
||||||
version=2.2.8
|
version=2.2.9
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--sbindir=/usr/bin --enable-libmount"
|
configure_args="--without-selinux"
|
||||||
make_install_args="sbindir=/usr/bin"
|
make_install_args="sbindir=/usr/bin"
|
||||||
hostmakedepends="automake libtool"
|
makedepends="libblkid-devel libmount-devel libuuid-devel"
|
||||||
makedepends="libuuid-devel libmount-devel"
|
|
||||||
conf_files="/etc/nilfs_cleanerd.conf"
|
conf_files="/etc/nilfs_cleanerd.conf"
|
||||||
short_desc="Log-structured file system for Linux - userspace utils"
|
short_desc="Log-structured file system for Linux - userspace utils"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-2.0-only, LGPL-2.1-only"
|
license="GPL-2.0-only, LGPL-2.1-only"
|
||||||
homepage="http://nilfs.sourceforge.net/"
|
homepage="https://nilfs.sourceforge.io/"
|
||||||
distfiles="http://nilfs.sourceforge.net/download/$pkgname-$version.tar.bz2"
|
distfiles="https://nilfs.sourceforge.io/download/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=5a29f8f59db03edf8dd1e68dfd80ff4713e0aa184cfa83a6326ac8af93d9bda6
|
checksum=5df63998c2084182c8c608a29b47b1771b825b4b5fa7916c12cca2fcb7577a97
|
||||||
|
|
||||||
pre_configure() {
|
|
||||||
autoreconf -fi
|
|
||||||
}
|
|
||||||
post_install() {
|
post_install() {
|
||||||
mv ${DESTDIR}/sbin/* ${DESTDIR}/usr/bin/
|
mv ${DESTDIR}/sbin/* ${DESTDIR}/usr/bin/
|
||||||
}
|
}
|
||||||
|
|
||||||
libnilfs_package() {
|
libnilfs_package() {
|
||||||
short_desc="NILFS userspace runtime libraries"
|
short_desc="${short_desc/utils/libraries}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove "usr/lib/*.so.*"
|
vmove "usr/lib/*.so.*"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
nilfs-utils-devel_package() {
|
nilfs-utils-devel_package() {
|
||||||
depends="${makedepends} libnilfs>=${version}_${revision}"
|
depends="${makedepends} libnilfs>=${version}_${revision}"
|
||||||
short_desc="NILFS userspace development files"
|
short_desc="${short_desc/utils/development files}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove "usr/lib/*.a"
|
vmove "usr/lib/*.a"
|
||||||
|
|
Loading…
Add table
Reference in a new issue