wok-next rev 21372
updated mondo (3.0.2 -> 3.3.0)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Apr 16 11:03:16 2020 +0100 (2020-04-16) |
parents | 7ffec801c301 |
children | 4db68a292da4 |
files | mondo/receipt |
line diff
1.1 --- a/mondo/receipt Thu Apr 16 10:04:47 2020 +0100 1.2 +++ b/mondo/receipt Thu Apr 16 11:03:16 2020 +0100 1.3 @@ -1,10 +1,10 @@ 1.4 # SliTaz package receipt v2. 1.5 1.6 PACKAGE="mondo" 1.7 -VERSION="3.0.2" 1.8 +VERSION="3.3.0" 1.9 CATEGORY="system-tools" 1.10 SHORT_DESC="GPL disaster recovery solution" 1.11 -MAINTAINER="devel@slitaz.org" 1.12 +MAINTAINER="maintainer@slitaz.org" 1.13 LICENSE="GPL2" 1.14 WEB_SITE="http://www.mondorescue.org/" 1.15 1.16 @@ -13,14 +13,16 @@ 1.17 1.18 BUILD_DEPENDS="newt-dev" 1.19 1.20 -compile_rules() { 1.21 +compile_rules() 1.22 +{ 1.23 ./configure $CONFIGURE_ARGS && 1.24 fix libtool && 1.25 make && 1.26 make install 1.27 } 1.28 1.29 -genpkg_rules() { 1.30 +genpkg_rules() 1.31 +{ 1.32 copy @std 1.33 - DEPENDS="newt mindi coreutils-disk afio gawk" 1.34 + DEPENDS="afio coreutils-disk gawk mindi newt" 1.35 }