erofs-utils: update to 1.7.

This commit is contained in:
Duncaen 2023-09-23 00:29:41 +02:00
parent 5d8e4da91f
commit 30a8982e18
No known key found for this signature in database
GPG Key ID: 335C1D17EC3D6E35
2 changed files with 18 additions and 7 deletions

View File

@ -1,23 +1,33 @@
# Template file for 'erofs-utils' # Template file for 'erofs-utils'
pkgname=erofs-utils pkgname=erofs-utils
version=1.6 version=1.7
revision=1 revision=1
build_style=gnu-configure build_style=gnu-configure
configure_args="
--enable-fuse
--enable-lzma"
hostmakedepends="automake libtool pkg-config" hostmakedepends="automake libtool pkg-config"
makedepends="liblz4-devel libuuid-devel" makedepends="liblz4-devel libuuid-devel liblzma-devel zlib-devel fuse-devel"
short_desc="User-space tools for EROFS filesystem" short_desc="User-space tools for EROFS filesystem"
maintainer="Duncaen <duncaen@voidlinux.org>" maintainer="Duncaen <duncaen@voidlinux.org>"
license="GPL-2.0-or-later" license="GPL-2.0-or-later"
homepage="https://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git/about/" homepage="https://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git/about/"
distfiles="https://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git/snapshot/erofs-utils-${version}.tar.gz" distfiles="https://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git/snapshot/erofs-utils-${version}.tar.gz"
checksum=dbf1adaeff1bb8532b29a72c8a9e191938c9389946770dc763d3c59e6f320571 checksum=b6eb529bb423eb2dd779c9da9c2632855488b4b91e23553a31ce23f11c9cce2c
if [ "$CROSS_BUILD" ]; then
configure_args+=" MAX_BLOCK_SIZE=4096"
fi
pre_configure() { pre_configure() {
autoreconf -fi autoreconf -fi
} }
post_install() { fuse-erofs_package() {
# erofsfuse is experimental and not currently build/enabled but the man depends="${sourcepkg}>=${version}_${revision}"
# page is still installed, remove it for now. short_desc+=" - development files"
rm -f "${DESTDIR}/usr/share/man/man1/erofsfuse.1" pkg_install() {
vmove usr/bin/erofsfuse
vmove usr/share/man/man1/erofsfuse.1
}
} }

1
srcpkgs/fuse-erofs Symbolic link
View File

@ -0,0 +1 @@
erofs-utils