f2fs-tools: update to 1.15.0.

This commit is contained in:
André Cerqueira 2022-08-03 12:16:18 +01:00 committed by classabbyamp
parent 217b8a531e
commit ee05f277c2
1 changed files with 7 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'f2fs-tools'
pkgname=f2fs-tools
version=1.14.0
version=1.15.0
revision=1
build_style=gnu-configure
configure_args="--disable-static"
@ -11,13 +11,17 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
license="GPL-2.0-only"
homepage="https://git.kernel.org/cgit/linux/kernel/git/jaegeuk/f2fs-tools.git"
distfiles="https://git.kernel.org/cgit/linux/kernel/git/jaegeuk/f2fs-tools.git/snapshot/${pkgname}-${version}.tar.gz"
checksum=619263d4e2022152a1472c1d912eaae104f20bd227ce0bb9d41d1d6608094bd1
checksum=147d471040b44900283ce2c935f1d35d13d7f40008e7cb8fab2b69f54da01a4f
case "$XBPS_TARGET_MACHINE" in
*-musl) makedepends+=" musl-legacy-compat"
esac
pre_configure() {
vsed -i -e '/sg_write_buffer/d' tools/Makefile.am
autoreconf -fi
}
post_install() {
# /usr/bin/sg_write_buffer is provided in sg3_utils
rm ${DESTDIR}/usr/bin/sg_write_buffer
}