wok-next view mtop/receipt @ rev 20803
I. nagios update: 3.5.0 (March 15, 2013) -> 3.5.1 (2013-08-30) II. typo
author | Erkan Yilmaz <erkan@slitaz.org> |
---|---|
date | Wed Jun 13 06:48:53 2018 +0000 (2018-06-13) |
parents | 7896f0694ef6 |
children | d5aab818505e |
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 BUILD_DEPENDS="perl-curses perl-dbd-mysql"
16 compile_rules() {
17 perl Makefile.PL --prefix=/usr &&
18 make &&
19 make DESTDIR=$DESTDIR install
20 }
22 genpkg_rules() {
23 copy @std
24 DEPENDS="perl-curses perl-dbd-mysql"
25 }