supermin: update to 5.3.4.

This commit is contained in:
Leah Neukirchen 2024-02-23 15:41:42 +01:00
parent 7ae6aef9a2
commit 68ce2777dd
1 changed files with 10 additions and 4 deletions

View File

@ -1,8 +1,8 @@
# Template file for 'supermin'
pkgname=supermin
version=5.2.2
revision=2
_release_series=5.2-stable
version=5.3.4
revision=1
_release_series=5.3-development
build_style=gnu-configure
hostmakedepends="ocaml ocaml-findlib pkg-config e2fsprogs cpio perl"
makedepends="e2fsprogs-devel"
@ -12,5 +12,11 @@ maintainer="Andrea Brancaleoni <abc@pompel.me>"
license="GPL-2.0-or-later"
homepage="http://people.redhat.com/~rjones/supermin/"
distfiles="http://download.libguestfs.org/supermin/${_release_series}/supermin-${version}.tar.gz"
checksum=ce3921d3635c8168cfb7ca0c5a82b9d5cef5b2b271f84b776d63b8bbbeec358e
checksum=cc0322991bea1fcc6355518474b39e2d4a341f1e2c36fd98f14c3446ef79ff70
nocross=yes
make_check=no # distro dependent assumptions
if [ "$XBPS_TARGET_LIBC" = musl ]; then
makedepends+=" musl-fts-devel"
LDFLAGS="-lfts"
fi