wok-next view mtop/receipt @ rev 21715

Up cookutils (1146)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jul 28 07:53:22 2020 +0000 (2020-07-28)
parents d5aab818505e
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="mtop"
4 VERSION="0.6.6"
5 CATEGORY="system-tools"
6 SHORT_DESC="Monitors a MySQL server"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://mtop.sourceforge.net/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
14 COOKOPTS="force-arch" # different bin/*
16 BUILD_DEPENDS="perl-curses perl-dbd-mysql"
18 compile_rules() {
19 perl Makefile.PL --prefix=/usr &&
20 make &&
21 make DESTDIR=$install install || return 1
23 chmod u+w $install/usr/bin/* # 555->755
24 }
26 genpkg_rules() {
27 copy @std
28 DEPENDS="perl-curses perl-dbd-mysql"
29 }