kde-misc/plasma-applet-netspeed-widget: add 3.1
[gentoo-zh.git] / sys-fs / f2fs-tools / f2fs-tools-9999.ebuild
blobdf2cdbcd9aed98dd7991293e85a4a463ba5de43e
1 # Copyright 1999-2021 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
4 EAPI=7
6 inherit autotools git-r3
8 DESCRIPTION="Tools for Flash-Friendly File System (F2FS)"
9 HOMEPAGE="https://sourceforge.net/projects/f2fs-tools/"
11 EGIT_REPO_URI="https://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git"
13 LICENSE="GPL-2"
14 SLOT="0"
15 KEYWORDS="~amd64 ~x86"
17 src_prepare() {
18         default
19         echo 'mkfs_f2fs_LDFLAGS = ' >> mkfs/Makefile.am
20         eautoreconf
23 src_configure(){
24         econf --disable-static