From 3268e4ae8585276b075070c1e32b732dbb001d6b Mon Sep 17 00:00:00 2001 From: xplshn Date: Wed, 26 Feb 2025 01:13:47 -0300 Subject: add: f2fs-tools, skalibs, mdevd Signed-off-by: xplshn --- repos/extra/f2fs-tools/abuild | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 repos/extra/f2fs-tools/abuild (limited to 'repos/extra/f2fs-tools/abuild') diff --git a/repos/extra/f2fs-tools/abuild b/repos/extra/f2fs-tools/abuild new file mode 100644 index 00000000..e58fb1c7 --- /dev/null +++ b/repos/extra/f2fs-tools/abuild @@ -0,0 +1,15 @@ +name=f2fs-tools +version=1.16.0 +release=1 +source="https://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/${name}.git/snapshot/${name}-${version}.tar.gz + https://gitlab.alpinelinux.org/alpine/aports/-/raw/master/main/f2fs-tools/no-lfs64.patch" +keep_static=1 + +build() { + LDFLAGS="$LDFLAGS -static -all-static" ./autogen.sh && \ + ./configure \ + --prefix="/usr" + make + make install DESTDIR="$PKG" + install -D -m644 mkfs/f2fs_format_utils.h "$PKG/usr/include/f2fs_format_utils.h" +} -- cgit v1.2.3