supermin: update to 5.1.20.

This commit is contained in:
Rasmus Thomsen 2019-01-20 12:25:40 +01:00 committed by maxice8
parent 07ab17a1f8
commit 0a607d5039

View file

@ -1,20 +1,17 @@
# Template file for 'supermin' # Template file for 'supermin'
pkgname=supermin pkgname=supermin
version=5.1.19 version=5.1.20
revision=3 revision=1
build_style=gnu-configure build_style=gnu-configure
hostmakedepends="ocaml ocaml-findlib pkg-config e2fsprogs cpio perl" hostmakedepends="ocaml ocaml-findlib pkg-config e2fsprogs cpio perl"
depends="cpio e2fsprogs"
makedepends="e2fsprogs-devel" makedepends="e2fsprogs-devel"
depends="cpio e2fsprogs"
short_desc="Tool for creating supermin appliances" short_desc="Tool for creating supermin appliances"
maintainer="Andrea Brancaleoni <abc@pompel.me>" maintainer="Andrea Brancaleoni <abc@pompel.me>"
license="GPL-3" license="GPL-2.0-or-later"
homepage="http://people.redhat.com/~rjones/supermin/" homepage="http://people.redhat.com/~rjones/supermin/"
distfiles="http://libguestfs.org/download/supermin/supermin-${version}.tar.gz" distfiles="http://libguestfs.org/download/supermin/supermin-${version}.tar.gz"
checksum=b5fb1087717106b9b77d14cce1e090222b5e0f9e4d7bbab53d5807d001d7a27f checksum=9f0e2f277b118bbfe66fbe276028123e0befbf8696108b0255207a916338eff6
nocross=yes nocross=yes
export OCAMLPARAM="safe-string=0,_"
do_check() { export OCAMLPARAM="safe-string=0,_"
:
}