void-packages/srcpkgs/supermin/template

23 lines
757 B
Bash

# Template file for 'supermin'
pkgname=supermin
version=5.3.5
revision=1
_release_series=5.3-development
build_style=gnu-configure
hostmakedepends="ocaml ocaml-findlib pkg-config e2fsprogs cpio perl"
makedepends="e2fsprogs-devel"
depends="cpio e2fsprogs"
short_desc="Tool for creating supermin appliances"
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=d282c81dc706efea466481a139f9b0b28d2c1ea6a0a1f57dd761a6bc11b99ce2
nocross=yes
make_check=no # distro dependent assumptions
if [ "$XBPS_TARGET_LIBC" = musl ]; then
makedepends+=" musl-fts-devel"
LDFLAGS="-lfts"
fi