wok view mtop/receipt @ rev 14163

mtop: clean up receipt
author Samuel Trassare <samuel_trassare@yahoo.com>
date Thu Mar 07 19:05:43 2013 -0800 (2013-03-07)
parents 81601463d8a0
children 7896f0694ef6
line source
1 # SliTaz package receipt.
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 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 WEB_SITE="http://mtop.sourceforge.net/"
10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
11 DEPENDS="perl-curses perl-dbd-mysql"
12 BUILD_DEPENDS="perl-curses perl-dbd-mysql"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 perl Makefile.PL --prefix=/usr &&
18 make &&
19 make DESTDIR=$DESTDIR install
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 cp -a $install/usr $fs
26 }