wok rev 23209

updated mytop (1.6 -> 1.9.1)
author Hans-G?nter Theisgen
date Sat Mar 21 13:41:13 2020 +0100 (2020-03-21)
parents e0b334d648d0
children 9181c7e3baef
files mytop/receipt
line diff
     1.1 --- a/mytop/receipt	Sat Mar 21 10:40:35 2020 +0100
     1.2 +++ b/mytop/receipt	Sat Mar 21 13:41:13 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  }