# Contributor: CyberLeo # Maintainer: CyberLeo pkgname=f2fs-tools pkgver=1.14.0 pkgrel=0 pkgdesc="Tools for the Flash-Friendly File System (F2FS)" url="https://git.kernel.org/cgit/linux/kernel/git/jaegeuk/f2fs-tools.git" arch="all" options="!check" # No test suite. license="GPL-2.0+ OR LGPL-2.1+" depends="" makedepends="automake autoconf bsd-compat-headers libtool util-linux-dev linux-headers" subpackages="$pkgname-doc $pkgname-dev $pkgname-libs" source="https://git.kernel.org/cgit/linux/kernel/git/jaegeuk/f2fs-tools.git/snapshot/$pkgname-$pkgver.tar.gz" #secfixes: # 1.14.0-r0: # - CVE-2020-6104 # - CVE-2020-6105 # - CVE-2020-6106 # - CVE-2020-6107 # - CVE-2020-6108 prepare() { default_prepare ./autogen.sh } build() { ./configure \ --build=$CBUILD \ --host=$CHOST \ --prefix=/usr make } package() { make install DESTDIR="$pkgdir" install -D -m644 mkfs/f2fs_format_utils.h "$pkgdir"/usr/include/ } sha512sums="951b74178f99722550e73f331be066f124f6ee6022710f6b47ae47390b978b08f12a7f2a268d82ca69a32bf440cd3ce3adddc8a4c49c32df83da87e7f659f98d f2fs-tools-1.14.0.tar.gz"