# SliTaz package receipt.

PACKAGE="perl-test-deep"
VERSION="0.106"
CATEGORY="development"
SHORT_DESC="Extremely flexible deep comparison"
MAINTAINER="slaxemulator@gmail.com"
WEB_SITE="http://search.cpan.org/dist/Test-Deep"
SOURCE="Test-Deep"
TARBALL="$SOURCE-$VERSION.tar.gz"
WGET_URL="http://www.cpan.org/authors/id/F/FD/FDALY/$TARBALL"

DEPENDS="perl perl-test-nowarnings"
BUILD_DEPENDS="$DEPENDS"

# 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
}