# HG changeset patch # User Nathan Neulinger # Date 1443384730 0 # Node ID 615dd05514777eab0e7168c15782e40e0926c60f # Parent 3d257ce86aef7941a252cb022429a23f609bde70 perl-datetime: more dependencies diff -r 3d257ce86aef -r 615dd0551477 perl-class-singleton/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/perl-class-singleton/receipt Sun Sep 27 20:12:10 2015 +0000 @@ -0,0 +1,30 @@ +# SliTaz package receipt. + +PACKAGE="perl-class-singleton" +VERSION="1.5" +CATEGORY="development" +SHORT_DESC="Class::Singleton is a perl module" +MAINTAINER="nneul@neulinger.org" +LICENSE="GPL" +WEB_SITE="http://search.cpan.org/dist/Class-Singleton" +SOURCE="Class-Singleton" +TARBALL="$SOURCE-$VERSION.tar.gz" +WGET_URL="http://www.cpan.org/authors/id/S/SH/SHAY/$TARBALL" + +DEPENDS="perl" +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 +} diff -r 3d257ce86aef -r 615dd0551477 perl-datetime/receipt --- a/perl-datetime/receipt Sun Sep 27 19:52:03 2015 +0000 +++ b/perl-datetime/receipt Sun Sep 27 20:12:10 2015 +0000 @@ -12,7 +12,8 @@ WGET_URL="http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/$TARBALL" DEPENDS="perl perl-params-validate perl-test-exception perl-test-warnings \ -perl-datetime-locale perl-math-round perl-datetime-timezone perl-test-fatal" +perl-datetime-locale perl-math-round perl-datetime-timezone perl-test-fatal \ +perl-list-moreutils perl-exporter-tiny perl-class-singleton" BUILD_DEPENDS="$DEPENDS" # Rules to configure and make the package. diff -r 3d257ce86aef -r 615dd0551477 perl-exporter-tiny/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/perl-exporter-tiny/receipt Sun Sep 27 20:12:10 2015 +0000 @@ -0,0 +1,30 @@ +# SliTaz package receipt. + +PACKAGE="perl-exporter-tiny" +VERSION="0.043_01" +CATEGORY="development" +SHORT_DESC="Exporter::Tiny is a perl module" +MAINTAINER="nneul@neulinger.org" +LICENSE="GPL" +WEB_SITE="http://search.cpan.org/dist/Exporter-Tiny" +SOURCE="Exporter-Tiny" +TARBALL="$SOURCE-$VERSION.tar.gz" +WGET_URL="http://www.cpan.org/authors/id/T/TO/TOBYINK/$TARBALL" + +DEPENDS="perl" +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 +} diff -r 3d257ce86aef -r 615dd0551477 perl-list-moreutils/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/perl-list-moreutils/receipt Sun Sep 27 20:12:10 2015 +0000 @@ -0,0 +1,30 @@ +# SliTaz package receipt. + +PACKAGE="perl-list-moreutils" +VERSION="0.413" +CATEGORY="development" +SHORT_DESC="List::MoreUtils is a perl module" +MAINTAINER="nneul@neulinger.org" +LICENSE="GPL" +WEB_SITE="http://search.cpan.org/dist/List-MoreUtils" +SOURCE="List-MoreUtils" +TARBALL="$SOURCE-$VERSION.tar.gz" +WGET_URL="http://www.cpan.org/authors/id/R/RE/REHSACK/$TARBALL" + +DEPENDS="perl" +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 +}