void-packages/srcpkgs/f2fs-tools/template

23 lines
754 B
Bash

# Template file for 'f2fs-tools'
pkgname=f2fs-tools
version=1.16.0
revision=1
build_style=gnu-configure
configure_args="--disable-static"
hostmakedepends="automake libtool pkg-config"
makedepends="libuuid-devel libblkid-devel"
short_desc="Tools for the Linux Flash-Friendly File System (F2FS)"
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/f2fs-tools-${version}.tar.gz"
checksum=208c7a07e95383fbd7b466b5681590789dcb41f41bf197369c41a95383b57c5e
case "$XBPS_TARGET_MACHINE" in
*-musl) makedepends+=" musl-legacy-compat"
esac
pre_configure() {
autoreconf -fi
}