wok diff mytop/receipt @ rev 23413
updated perl-xml-entities (1.0000 -> 1.0002)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Apr 01 07:24:50 2020 +0100 (2020-04-01) |
parents | 26588c3dfe81 |
children | 241fb98cab1c |
line diff
1.1 --- a/mytop/receipt Mon Mar 13 13:16:09 2017 +0100 1.2 +++ b/mytop/receipt Wed Apr 01 07:24:50 2020 +0100 1.3 @@ -1,14 +1,15 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="mytop" 1.7 -VERSION="1.6" 1.8 +VERSION="1.9.1" 1.9 CATEGORY="misc" 1.10 -SHORT_DESC="console-based MySQL monitoring tool." 1.11 +SHORT_DESC="Console-based MySQL monitoring tool." 1.12 MAINTAINER="pascal.bellard@slitaz.org" 1.13 LICENSE="GPL2" 1.14 +WEB_SITE="http://jeremy.zawodny.com/mysql/mytop/" 1.15 + 1.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.17 -WEB_SITE="http://jeremy.zawodny.com/mysql/mytop/" 1.18 -WGET_URL="${WEB_SITE}$TARBALL" 1.19 +WGET_URL="http://www.mysqlfanboy.com/mytop-3/$TARBALL" 1.20 1.21 DEPENDS="perl-dbd-mysql perl-dbi perl-term-readkey" 1.22 BUILD_DEPENDS="$DEPENDS" 1.23 @@ -16,7 +17,7 @@ 1.24 # Rules to configure and make the package. 1.25 compile_rules() 1.26 { 1.27 - perl Makefile.PL 1.28 + perl Makefile.PL && 1.29 make && 1.30 make test && 1.31 make DESTDIR=$DESTDIR install 1.32 @@ -25,5 +26,5 @@ 1.33 # Rules to gen a SliTaz package suitable for Tazpkg. 1.34 genpkg_rules() 1.35 { 1.36 - cp -a $install/usr $fs 1.37 + cp -a $install/usr $fs 1.38 }