# HG changeset patch # User Hans-G?nter Theisgen # Date 1556633169 -3600 # Node ID eafc65d6036c25fbde543e046a31d0e5b6587a70 # Parent 20b4935ebb5d4d96b19ac3816e4d87e1da8b9173 updated mondo (3.0.2 -> 3.2.2) diff -r 20b4935ebb5d -r eafc65d6036c mondo/receipt --- a/mondo/receipt Tue Apr 30 14:44:45 2019 +0100 +++ b/mondo/receipt Tue Apr 30 15:06:09 2019 +0100 @@ -1,28 +1,32 @@ # SliTaz package receipt. PACKAGE="mondo" -VERSION="3.0.2" +VERSION="3.2.2" CATEGORY="system-tools" SHORT_DESC="GPL disaster recovery solution." MAINTAINER="erjo@slitaz.org" LICENSE="GPL2" WEB_SITE="http://www.mondorescue.org/" + TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="ftp://ftp.mondorescue.org/src/$TARBALL" -DEPENDS="newt mindi coreutils-disk afio gawk" +DEPENDS="afio coreutils-disk gawk mindi newt" BUILD_DEPENDS="newt-dev" # Rules to configure and make the package. compile_rules() { - ./configure $CONFIGURE_ARGS && make && make install + ./configure $CONFIGURE_ARGS && + make && + make install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/share - cp -a $install/usr/sbin $fs/usr - cp -a $install/usr/share/mondo $fs/usr/share + + cp -a $install/usr/sbin $fs/usr + cp -a $install/usr/share/mondo $fs/usr/share }