wok-next view mondo/receipt @ rev 21338

OpenSSL 1.0.2t -> 1.0.2u: overflow bug CVE-2019-1551
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Dec 21 08:55:46 2019 +0000 (2019-12-21)
parents 556349764d57
children 15f5bc525758
line source
1 # SliTaz package receipt v2.
3 PACKAGE="mondo"
4 VERSION="3.0.2"
5 CATEGORY="system-tools"
6 SHORT_DESC="GPL disaster recovery solution"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.mondorescue.org/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="ftp://ftp.mondorescue.org/src/$TARBALL"
14 BUILD_DEPENDS="newt-dev"
16 compile_rules() {
17 ./configure $CONFIGURE_ARGS &&
18 fix libtool &&
19 make &&
20 make install
21 }
23 genpkg_rules() {
24 copy @std
25 DEPENDS="newt mindi coreutils-disk afio gawk"
26 }