# HG changeset patch # User Christopher Rogers # Date 1330722986 18000 # Node ID 062741b552e96a3bfae2c73fa5047195f2e34261 # Parent b4e4d7de2f087ef560b59e01c34c8c249f690ce1 perl-datetime,perl-math-round: Sync with wok-tank. Removed perl-mathround. diff -r b4e4d7de2f08 -r 062741b552e9 perl-datetime/receipt --- a/perl-datetime/receipt Fri Mar 02 11:55:07 2012 -0800 +++ b/perl-datetime/receipt Fri Mar 02 16:16:26 2012 -0500 @@ -7,12 +7,12 @@ MAINTAINER="pascal.bellard@slitaz.org" SOURCE="DateTime" TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="http://cpan.org/" +WEB_SITE="http://search.cpan.org/dist/DateTime" WGET_URL="http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/$TARBALL" -DEPENDS="perl" -BUILD_DEPENDS="perl perl-params-validate perl-test-exception \ -perl-datetime-locale perl-datetime-timezone perl-mathround" +DEPENDS="perl perl-params-validate perl-test-exception \ +perl-datetime-locale perl-math-round perl-datetime-timezone" +BUILD_DEPENDS="$DEPENDS" # Rules to configure and make the package. compile_rules() diff -r b4e4d7de2f08 -r 062741b552e9 perl-math-round/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/perl-math-round/receipt Fri Mar 02 16:16:26 2012 -0500 @@ -0,0 +1,29 @@ +# SliTaz package receipt. + +PACKAGE="perl-math-round" +VERSION="0.06" +CATEGORY="development" +SHORT_DESC="Perl extension for rounding numbers" +MAINTAINER="slaxemulator@gmail.com" +WEB_SITE="http://search.cpan.org/dist/Math-Round" +SOURCE="Math-Round" +TARBALL="$SOURCE-$VERSION.tar.gz" +WGET_URL="http://www.cpan.org/authors/id/G/GR/GROMMEL/$TARBALL" + +DEPENDS="perl" +BUILD_DEPENDS="perl" + +# 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 +} diff -r b4e4d7de2f08 -r 062741b552e9 perl-mathround/receipt --- a/perl-mathround/receipt Fri Mar 02 11:55:07 2012 -0800 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,30 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="perl-mathround" -VERSION="0.06" -CATEGORY="development" -SHORT_DESC="Math::Round module is a Perl extension." -MAINTAINER="pascal.bellard@slitaz.org" -DEPENDS="perl" -BUILD_DEPENDS="perl" -SOURCE="Math-Round" -TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="http://search.cpan.org/" -WGET_URL="http://cpan.org/authors/id/G/GR/GROMMEL/$TARBALL" - -# 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() -{ - mkdir -p $fs/usr - cp -a $install/usr/lib $fs/usr -} -