# SliTaz package receipt.

PACKAGE="perl-test-nowarnings"
VERSION="1.04"
CATEGORY="development"
SHORT_DESC="Make sure you don't emit any warning while testing"
MAINTAINER="slaxemulator@gmail.com"
WEB_SITE="http://search.cpan.org/dist/Test-NoWarnings"
SOURCE="Test-NoWarnings"
TARBALL="$SOURCE-$VERSION.tar.gz"
WGET_URL="http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/$TARBALL"

DEPENDS="perl-test-tester"
BUILD_DEPENDS="perl-test-tester"

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

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