python-texttable: update to 1.3.1
[void-packages.git] / srcpkgs / f2fs-tools / template
blob479ba0557229601403382559b881b6ed1a6d31a5
1 # Template file for 'f2fs-tools'
2 pkgname=f2fs-tools
3 version=1.10.0
4 revision=1
5 build_style=gnu-configure
6 configure_args="--sbindir=/usr/bin --disable-static ac_cv_file__git=yes"
7 make_install_args="sbindir=/usr/bin"
8 hostmakedepends="automake libtool pkg-config git"
9 makedepends="libuuid-devel"
10 short_desc="Tools for the Linux Flash-Friendly File System (F2FS)"
11 maintainer="Juan RP <xtraeme@voidlinux.eu>"
12 license="GPL-2"
13 homepage="https://git.kernel.org/cgit/linux/kernel/git/jaegeuk/f2fs-tools.git"
14 distfiles="https://git.kernel.org/cgit/linux/kernel/git/jaegeuk/f2fs-tools.git/snapshot/${pkgname}-${version}.tar.gz"
15 checksum=e841b086dbe02e3553b2c2ecb8c11a7990cfa9ca835c3d7aea6d600c6a543316
17 pre_configure() {
18         case "$XBPS_TARGET_MACHINE" in
19         *-musl)
20                 mkdir -p include/sys
21                 cp ${FILESDIR}/queue.h include/sys
22         esac
23         autoreconf -fi