mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
f2fs-tools: update to 1.16.0.
This commit is contained in:
parent
8c0a3f6001
commit
5f5073e483
1 changed files with 3 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'f2fs-tools'
|
# Template file for 'f2fs-tools'
|
||||||
pkgname=f2fs-tools
|
pkgname=f2fs-tools
|
||||||
version=1.15.0
|
version=1.16.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static"
|
configure_args="--disable-static"
|
||||||
|
@ -10,8 +10,8 @@ short_desc="Tools for the Linux Flash-Friendly File System (F2FS)"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
license="GPL-2.0-only"
|
license="GPL-2.0-only"
|
||||||
homepage="https://git.kernel.org/cgit/linux/kernel/git/jaegeuk/f2fs-tools.git"
|
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"
|
distfiles="https://git.kernel.org/cgit/linux/kernel/git/jaegeuk/f2fs-tools.git/snapshot/f2fs-tools-${version}.tar.gz"
|
||||||
checksum=147d471040b44900283ce2c935f1d35d13d7f40008e7cb8fab2b69f54da01a4f
|
checksum=208c7a07e95383fbd7b466b5681590789dcb41f41bf197369c41a95383b57c5e
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
*-musl) makedepends+=" musl-legacy-compat"
|
*-musl) makedepends+=" musl-legacy-compat"
|
||||||
|
@ -20,8 +20,3 @@ esac
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
|
||||||
# /usr/bin/sg_write_buffer is provided in sg3_utils
|
|
||||||
rm ${DESTDIR}/usr/bin/sg_write_buffer
|
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue