wok rev 21466

updated mondo (3.0.2 -> 3.2.2)
author Hans-G?nter Theisgen
date Tue Apr 30 15:06:09 2019 +0100 (2019-04-30)
parents 20b4935ebb5d
children 997fa8b74f8d
files mondo/receipt
line diff
     1.1 --- a/mondo/receipt	Tue Apr 30 14:44:45 2019 +0100
     1.2 +++ b/mondo/receipt	Tue Apr 30 15:06:09 2019 +0100
     1.3 @@ -1,28 +1,32 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="mondo"
     1.7 -VERSION="3.0.2"
     1.8 +VERSION="3.2.2"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="GPL disaster recovery solution."
    1.11  MAINTAINER="erjo@slitaz.org"
    1.12  LICENSE="GPL2"
    1.13  WEB_SITE="http://www.mondorescue.org/"
    1.14 +
    1.15  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.16  WGET_URL="ftp://ftp.mondorescue.org/src/$TARBALL"
    1.17  
    1.18 -DEPENDS="newt mindi coreutils-disk afio gawk"
    1.19 +DEPENDS="afio coreutils-disk gawk mindi newt"
    1.20  BUILD_DEPENDS="newt-dev"
    1.21  
    1.22  # Rules to configure and make the package.
    1.23  compile_rules()
    1.24  {
    1.25 -	./configure $CONFIGURE_ARGS && make && make install
    1.26 +	./configure $CONFIGURE_ARGS &&
    1.27 +	make &&
    1.28 +	make install
    1.29  }
    1.30  
    1.31  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.32  genpkg_rules()
    1.33  {
    1.34  	mkdir -p $fs/usr/share
    1.35 -	cp -a $install/usr/sbin $fs/usr
    1.36 -	cp -a $install/usr/share/mondo $fs/usr/share
    1.37 +
    1.38 +	cp -a $install/usr/sbin		$fs/usr
    1.39 +	cp -a $install/usr/share/mondo	$fs/usr/share
    1.40  }