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