wok-4.x rev 11977
perl-datetime,perl-math-round: Sync with wok-tank. Removed perl-mathround.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Fri Mar 02 16:16:26 2012 -0500 (2012-03-02) |
parents | b4e4d7de2f08 |
children | 61136b02bb87 |
files | perl-datetime/receipt perl-math-round/receipt perl-mathround/receipt |
line diff
1.1 --- a/perl-datetime/receipt Fri Mar 02 11:55:07 2012 -0800 1.2 +++ b/perl-datetime/receipt Fri Mar 02 16:16:26 2012 -0500 1.3 @@ -7,12 +7,12 @@ 1.4 MAINTAINER="pascal.bellard@slitaz.org" 1.5 SOURCE="DateTime" 1.6 TARBALL="$SOURCE-$VERSION.tar.gz" 1.7 -WEB_SITE="http://cpan.org/" 1.8 +WEB_SITE="http://search.cpan.org/dist/DateTime" 1.9 WGET_URL="http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/$TARBALL" 1.10 1.11 -DEPENDS="perl" 1.12 -BUILD_DEPENDS="perl perl-params-validate perl-test-exception \ 1.13 -perl-datetime-locale perl-datetime-timezone perl-mathround" 1.14 +DEPENDS="perl perl-params-validate perl-test-exception \ 1.15 +perl-datetime-locale perl-math-round perl-datetime-timezone" 1.16 +BUILD_DEPENDS="$DEPENDS" 1.17 1.18 # Rules to configure and make the package. 1.19 compile_rules()
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/perl-math-round/receipt Fri Mar 02 16:16:26 2012 -0500 2.3 @@ -0,0 +1,29 @@ 2.4 +# SliTaz package receipt. 2.5 + 2.6 +PACKAGE="perl-math-round" 2.7 +VERSION="0.06" 2.8 +CATEGORY="development" 2.9 +SHORT_DESC="Perl extension for rounding numbers" 2.10 +MAINTAINER="slaxemulator@gmail.com" 2.11 +WEB_SITE="http://search.cpan.org/dist/Math-Round" 2.12 +SOURCE="Math-Round" 2.13 +TARBALL="$SOURCE-$VERSION.tar.gz" 2.14 +WGET_URL="http://www.cpan.org/authors/id/G/GR/GROMMEL/$TARBALL" 2.15 + 2.16 +DEPENDS="perl" 2.17 +BUILD_DEPENDS="perl" 2.18 + 2.19 +# Rules to configure and make the package. 2.20 +compile_rules() 2.21 +{ 2.22 + cd $src 2.23 + perl Makefile.PL && 2.24 + make && 2.25 + make DESTDIR=$DESTDIR install 2.26 +} 2.27 + 2.28 +# Rules to gen a SliTaz package suitable for Tazpkg. 2.29 +genpkg_rules() 2.30 +{ 2.31 + cp -a $install/usr $fs 2.32 +}
3.1 --- a/perl-mathround/receipt Fri Mar 02 11:55:07 2012 -0800 3.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 3.3 @@ -1,30 +0,0 @@ 3.4 -# SliTaz package receipt. 3.5 - 3.6 -PACKAGE="perl-mathround" 3.7 -VERSION="0.06" 3.8 -CATEGORY="development" 3.9 -SHORT_DESC="Math::Round module is a Perl extension." 3.10 -MAINTAINER="pascal.bellard@slitaz.org" 3.11 -DEPENDS="perl" 3.12 -BUILD_DEPENDS="perl" 3.13 -SOURCE="Math-Round" 3.14 -TARBALL="$SOURCE-$VERSION.tar.gz" 3.15 -WEB_SITE="http://search.cpan.org/" 3.16 -WGET_URL="http://cpan.org/authors/id/G/GR/GROMMEL/$TARBALL" 3.17 - 3.18 -# Rules to configure and make the package. 3.19 -compile_rules() 3.20 -{ 3.21 - cd $src 3.22 - perl Makefile.PL 3.23 - make 3.24 - make DESTDIR=$DESTDIR install 3.25 -} 3.26 - 3.27 -# Rules to gen a SliTaz package suitable for Tazpkg. 3.28 -genpkg_rules() 3.29 -{ 3.30 - mkdir -p $fs/usr 3.31 - cp -a $install/usr/lib $fs/usr 3.32 -} 3.33 -