wok-4.x rev 9281
Add some perl modules for backuppc
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Mar 16 09:12:53 2011 +0100 (2011-03-16) |
parents | ffa07731ee84 |
children | 118babc9679f |
files | perl-datetime-format-mail/receipt perl-datetime-format-w3cdtf/receipt perl-datetime-locale/receipt perl-datetime-timezone/receipt perl-datetime/receipt perl-net-ftp-autoreconnect/receipt perl-net-ftp-retrhandle/receipt perl-net-ftp/receipt perl-params-validate/receipt perl-test-exception/receipt perl-xml-rss/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/perl-datetime-format-mail/receipt Wed Mar 16 09:12:53 2011 +0100 1.3 @@ -0,0 +1,30 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="perl-datetime-format-mail" 1.7 +VERSION="0.3001" 1.8 +CATEGORY="development" 1.9 +SHORT_DESC="DateTime::Format::Mail module is a Perl extension." 1.10 +MAINTAINER="pascal.bellard@slitaz.org" 1.11 +DEPENDS="perl" 1.12 +BUILD_DEPENDS="perl" 1.13 +SOURCE="DateTime-Format-Mail" 1.14 +TARBALL="$SOURCE-$VERSION.tar.gz" 1.15 +WEB_SITE="http://cpan.org/" 1.16 +WGET_URL="http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/$TARBALL" 1.17 + 1.18 +# Rules to configure and make the package. 1.19 +compile_rules() 1.20 +{ 1.21 + cd $src 1.22 + perl Makefile.PL && 1.23 + make && 1.24 + make DESTDIR=$PWD/_pkg install 1.25 +} 1.26 + 1.27 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.28 +genpkg_rules() 1.29 +{ 1.30 + mkdir -p $fs/usr 1.31 + cp -a $_pkg/usr/lib $fs/usr 1.32 +} 1.33 +
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/perl-datetime-format-w3cdtf/receipt Wed Mar 16 09:12:53 2011 +0100 2.3 @@ -0,0 +1,30 @@ 2.4 +# SliTaz package receipt. 2.5 + 2.6 +PACKAGE="perl-datetime-format-w3cdtf" 2.7 +VERSION="0.06" 2.8 +CATEGORY="development" 2.9 +SHORT_DESC="DateTime::Format::W3CDTF module is a Perl extension." 2.10 +MAINTAINER="pascal.bellard@slitaz.org" 2.11 +DEPENDS="perl" 2.12 +BUILD_DEPENDS="perl" 2.13 +SOURCE="DateTime-Format-W3CDTF" 2.14 +TARBALL="$SOURCE-$VERSION.tar.gz" 2.15 +WEB_SITE="http://cpan.org/" 2.16 +WGET_URL="http://search.cpan.org/CPAN/authors/id/G/GW/GWILLIAMS/$TARBALL" 2.17 + 2.18 +# Rules to configure and make the package. 2.19 +compile_rules() 2.20 +{ 2.21 + cd $src 2.22 + perl Makefile.PL && 2.23 + make && 2.24 + make DESTDIR=$PWD/_pkg install 2.25 +} 2.26 + 2.27 +# Rules to gen a SliTaz package suitable for Tazpkg. 2.28 +genpkg_rules() 2.29 +{ 2.30 + mkdir -p $fs/usr 2.31 + cp -a $_pkg/usr/lib $fs/usr 2.32 +} 2.33 +
3.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 3.2 +++ b/perl-datetime-locale/receipt Wed Mar 16 09:12:53 2011 +0100 3.3 @@ -0,0 +1,30 @@ 3.4 +# SliTaz package receipt. 3.5 + 3.6 +PACKAGE="perl-datetime-locale" 3.7 +VERSION="0.45" 3.8 +CATEGORY="development" 3.9 +SHORT_DESC="DateTime::Locale module is a Perl extension." 3.10 +MAINTAINER="pascal.bellard@slitaz.org" 3.11 +DEPENDS="perl" 3.12 +BUILD_DEPENDS="perl" 3.13 +SOURCE="DateTime-Locale" 3.14 +TARBALL="$SOURCE-$VERSION.tar.gz" 3.15 +WEB_SITE="http://cpan.org/" 3.16 +WGET_URL="http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/$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=$PWD/_pkg 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 $_pkg/usr/lib $fs/usr 3.32 +} 3.33 +
4.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 4.2 +++ b/perl-datetime-timezone/receipt Wed Mar 16 09:12:53 2011 +0100 4.3 @@ -0,0 +1,30 @@ 4.4 +# SliTaz package receipt. 4.5 + 4.6 +PACKAGE="perl-datetime-timezone" 4.7 +VERSION="1.28" 4.8 +CATEGORY="development" 4.9 +SHORT_DESC="DateTime::Format::TimeZone module is a Perl extension." 4.10 +MAINTAINER="pascal.bellard@slitaz.org" 4.11 +DEPENDS="perl" 4.12 +BUILD_DEPENDS="perl" 4.13 +SOURCE="DateTime-TimeZone" 4.14 +TARBALL="$SOURCE-$VERSION.tar.gz" 4.15 +WEB_SITE="http://cpan.org/" 4.16 +WGET_URL="http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/$TARBALL" 4.17 + 4.18 +# Rules to configure and make the package. 4.19 +compile_rules() 4.20 +{ 4.21 + cd $src 4.22 + perl Makefile.PL && 4.23 + make && 4.24 + make DESTDIR=$PWD/_pkg install 4.25 +} 4.26 + 4.27 +# Rules to gen a SliTaz package suitable for Tazpkg. 4.28 +genpkg_rules() 4.29 +{ 4.30 + mkdir -p $fs/usr 4.31 + cp -a $_pkg/usr/lib $fs/usr 4.32 +} 4.33 +
5.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 5.2 +++ b/perl-datetime/receipt Wed Mar 16 09:12:53 2011 +0100 5.3 @@ -0,0 +1,31 @@ 5.4 +# SliTaz package receipt. 5.5 + 5.6 +PACKAGE="perl-datetime" 5.7 +#VERSION="0.66" 5.8 +VERSION="0.53" 5.9 +CATEGORY="development" 5.10 +SHORT_DESC="DateTime module is a Perl extension." 5.11 +MAINTAINER="pascal.bellard@slitaz.org" 5.12 +DEPENDS="perl" 5.13 +BUILD_DEPENDS="perl perl-params-validate perl-test-exception \ 5.14 +perl-datetime-locale perl-datetime-timezone" 5.15 +SOURCE="DateTime" 5.16 +TARBALL="$SOURCE-$VERSION.tar.gz" 5.17 +WEB_SITE="http://cpan.org/" 5.18 +WGET_URL="http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/$TARBALL" 5.19 + 5.20 +# Rules to configure and make the package. 5.21 +compile_rules() 5.22 +{ 5.23 + cd $src 5.24 + perl Build.PL && 5.25 + ./Build --destdir $PWD/_pkg install 5.26 +} 5.27 + 5.28 +# Rules to gen a SliTaz package suitable for Tazpkg. 5.29 +genpkg_rules() 5.30 +{ 5.31 + mkdir -p $fs/usr 5.32 + cp -a $_pkg/usr/lib $fs/usr 5.33 +} 5.34 +
6.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 6.2 +++ b/perl-net-ftp-autoreconnect/receipt Wed Mar 16 09:12:53 2011 +0100 6.3 @@ -0,0 +1,30 @@ 6.4 +# SliTaz package receipt. 6.5 + 6.6 +PACKAGE="perl-net-ftp-autoreconnect" 6.7 +VERSION="0.3" 6.8 +CATEGORY="development" 6.9 +SHORT_DESC="Net::FTP::AutoReconnect module is a Perl extension." 6.10 +MAINTAINER="pascal.bellard@slitaz.org" 6.11 +DEPENDS="perl" 6.12 +BUILD_DEPENDS="perl" 6.13 +SOURCE="Net-FTP-AutoReconnect" 6.14 +TARBALL="$SOURCE-$VERSION.tar.gz" 6.15 +WEB_SITE="http://cpan.org/" 6.16 +WGET_URL="http://search.cpan.org/CPAN/authors/id/G/GI/GIFF/$TARBALL" 6.17 + 6.18 +# Rules to configure and make the package. 6.19 +compile_rules() 6.20 +{ 6.21 + cd $src 6.22 + perl Makefile.PL && 6.23 + make && 6.24 + make DESTDIR=$PWD/_pkg install 6.25 +} 6.26 + 6.27 +# Rules to gen a SliTaz package suitable for Tazpkg. 6.28 +genpkg_rules() 6.29 +{ 6.30 + mkdir -p $fs/usr 6.31 + cp -a $_pkg/usr/lib $fs/usr 6.32 +} 6.33 +
7.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 7.2 +++ b/perl-net-ftp-retrhandle/receipt Wed Mar 16 09:12:53 2011 +0100 7.3 @@ -0,0 +1,30 @@ 7.4 +# SliTaz package receipt. 7.5 + 7.6 +PACKAGE="perl-net-ftp-retrhandle" 7.7 +VERSION="0.2" 7.8 +CATEGORY="development" 7.9 +SHORT_DESC="Net::FTP::RetrHandle module is a Perl extension." 7.10 +MAINTAINER="pascal.bellard@slitaz.org" 7.11 +DEPENDS="perl" 7.12 +BUILD_DEPENDS="perl" 7.13 +SOURCE="Net-FTP-RetrHandle" 7.14 +TARBALL="$SOURCE-$VERSION.tar.gz" 7.15 +WEB_SITE="http://cpan.org/" 7.16 +WGET_URL="http://search.cpan.org/CPAN/authors/id/G/GI/GIFF/$TARBALL" 7.17 + 7.18 +# Rules to configure and make the package. 7.19 +compile_rules() 7.20 +{ 7.21 + cd $src 7.22 + perl Makefile.PL && 7.23 + make && 7.24 + make DESTDIR=$PWD/_pkg install 7.25 +} 7.26 + 7.27 +# Rules to gen a SliTaz package suitable for Tazpkg. 7.28 +genpkg_rules() 7.29 +{ 7.30 + mkdir -p $fs/usr 7.31 + cp -a $_pkg/usr/lib $fs/usr 7.32 +} 7.33 +
8.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 8.2 +++ b/perl-net-ftp/receipt Wed Mar 16 09:12:53 2011 +0100 8.3 @@ -0,0 +1,30 @@ 8.4 +# SliTaz package receipt. 8.5 + 8.6 +PACKAGE="perl-net-ftp" 8.7 +VERSION="1.22" 8.8 +CATEGORY="development" 8.9 +SHORT_DESC="Net::FTP module is a Perl extension." 8.10 +MAINTAINER="pascal.bellard@slitaz.org" 8.11 +DEPENDS="perl" 8.12 +BUILD_DEPENDS="perl" 8.13 +SOURCE="libnet" 8.14 +TARBALL="$SOURCE-$VERSION.tar.gz" 8.15 +WEB_SITE="http://cpan.org/" 8.16 +WGET_URL="http://search.cpan.org/CPAN/authors/id/G/GB/GBARR/$TARBALL" 8.17 + 8.18 +# Rules to configure and make the package. 8.19 +compile_rules() 8.20 +{ 8.21 + cd $src 8.22 + perl Makefile.PL && 8.23 + make && 8.24 + make DESTDIR=$PWD/_pkg install 8.25 +} 8.26 + 8.27 +# Rules to gen a SliTaz package suitable for Tazpkg. 8.28 +genpkg_rules() 8.29 +{ 8.30 + mkdir -p $fs/usr 8.31 + cp -a $_pkg/usr/lib $fs/usr 8.32 +} 8.33 +
9.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 9.2 +++ b/perl-params-validate/receipt Wed Mar 16 09:12:53 2011 +0100 9.3 @@ -0,0 +1,29 @@ 9.4 +# SliTaz package receipt. 9.5 + 9.6 +PACKAGE="perl-params-validate" 9.7 +VERSION="0.95" 9.8 +CATEGORY="development" 9.9 +SHORT_DESC="Params::Validate module is a Perl extension." 9.10 +MAINTAINER="pascal.bellard@slitaz.org" 9.11 +DEPENDS="perl" 9.12 +BUILD_DEPENDS="perl" 9.13 +SOURCE="Params-Validate" 9.14 +TARBALL="$SOURCE-$VERSION.tar.gz" 9.15 +WEB_SITE="http://cpan.org/" 9.16 +WGET_URL="http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/$TARBALL" 9.17 + 9.18 +# Rules to configure and make the package. 9.19 +compile_rules() 9.20 +{ 9.21 + cd $src 9.22 + perl Build.PL && 9.23 + ./Build --destdir $PWD/_pkg install 9.24 +} 9.25 + 9.26 +# Rules to gen a SliTaz package suitable for Tazpkg. 9.27 +genpkg_rules() 9.28 +{ 9.29 + mkdir -p $fs/usr 9.30 + cp -a $_pkg/usr/lib $fs/usr 9.31 +} 9.32 +
10.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 10.2 +++ b/perl-test-exception/receipt Wed Mar 16 09:12:53 2011 +0100 10.3 @@ -0,0 +1,30 @@ 10.4 +# SliTaz package receipt. 10.5 + 10.6 +PACKAGE="perl-test-exception" 10.7 +VERSION="0.31" 10.8 +CATEGORY="development" 10.9 +SHORT_DESC="Test::Exception module is a Perl extension." 10.10 +MAINTAINER="pascal.bellard@slitaz.org" 10.11 +DEPENDS="perl" 10.12 +BUILD_DEPENDS="perl" 10.13 +SOURCE="Test-Exception" 10.14 +TARBALL="$SOURCE-$VERSION.tar.gz" 10.15 +WEB_SITE="http://cpan.org/" 10.16 +WGET_URL="http://search.cpan.org/CPAN/authors/id/A/AD/ADIE/$TARBALL" 10.17 + 10.18 +# Rules to configure and make the package. 10.19 +compile_rules() 10.20 +{ 10.21 + cd $src 10.22 + perl Makefile.PL && 10.23 + make && 10.24 + make DESTDIR=$PWD/_pkg install 10.25 +} 10.26 + 10.27 +# Rules to gen a SliTaz package suitable for Tazpkg. 10.28 +genpkg_rules() 10.29 +{ 10.30 + mkdir -p $fs/usr 10.31 + cp -a $_pkg/usr/lib $fs/usr 10.32 +} 10.33 +
11.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 11.2 +++ b/perl-xml-rss/receipt Wed Mar 16 09:12:53 2011 +0100 11.3 @@ -0,0 +1,31 @@ 11.4 +# SliTaz package receipt. 11.5 + 11.6 +PACKAGE="perl-xml-rss" 11.7 +VERSION="1.48" 11.8 +CATEGORY="development" 11.9 +SHORT_DESC="XML::RSS module is a Perl extension." 11.10 +MAINTAINER="pascal.bellard@slitaz.org" 11.11 +DEPENDS="perl perl-xml-parser perl-datetime perl-datetime-format-mail \ 11.12 +perl-datetime-format-w3cdtf" 11.13 +BUILD_DEPENDS="wget $DEPENDS" 11.14 +SOURCE="XML-RSS" 11.15 +TARBALL="$SOURCE-$VERSION.tar.gz" 11.16 +WEB_SITE="http://cpan.uwinnipeg.ca/dist/XML-RSS" 11.17 +WGET_URL="http://cpan.uwinnipeg.ca/cpan/authors/id/S/SH/SHLOMIF/$TARBALL" 11.18 + 11.19 +# Rules to configure and make the package. 11.20 +compile_rules() 11.21 +{ 11.22 + cd $src 11.23 + perl Makefile.PL && 11.24 + make && 11.25 + make DESTDIR=$PWD/_pkg install 11.26 +} 11.27 + 11.28 +# Rules to gen a SliTaz package suitable for Tazpkg. 11.29 +genpkg_rules() 11.30 +{ 11.31 + mkdir -p $fs/usr 11.32 + cp -a $_pkg/usr/lib $fs/usr 11.33 +} 11.34 +