wok-next view mtop/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
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 }