# SliTaz package receipt.

PACKAGE="mtop"
VERSION="0.6.6"
CATEGORY="system-tools"
SHORT_DESC="Monitors a MySQL server."
MAINTAINER="pascal.bellard@slitaz.org"
TARBALL="$PACKAGE-$VERSION.tar.gz"
WEB_SITE="http://mtop.sourceforge.net/"
WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
DEPENDS="perl-curses perl-dbd-mysql"
BUILD_DEPENDS="perl-curses perl-dbd-mysql"

# Rules to configure and make the package.
compile_rules()
{
	cd $src
	perl Makefile.PL --prefix=/usr &&
	make &&
	make DESTDIR=$PWD/_pkg install
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
	cp -a $_pkg/usr $fs
}