wok-current rev 18451
perl-datetime: more dependencies
author | Nathan Neulinger <nneul@neulinger.org> |
---|---|
date | Sun Sep 27 20:12:10 2015 +0000 (2015-09-27) |
parents | 3d257ce86aef |
children | fde8184f2ab2 |
files | perl-class-singleton/receipt perl-datetime/receipt perl-exporter-tiny/receipt perl-list-moreutils/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/perl-class-singleton/receipt Sun Sep 27 20:12:10 2015 +0000 1.3 @@ -0,0 +1,30 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="perl-class-singleton" 1.7 +VERSION="1.5" 1.8 +CATEGORY="development" 1.9 +SHORT_DESC="Class::Singleton is a perl module" 1.10 +MAINTAINER="nneul@neulinger.org" 1.11 +LICENSE="GPL" 1.12 +WEB_SITE="http://search.cpan.org/dist/Class-Singleton" 1.13 +SOURCE="Class-Singleton" 1.14 +TARBALL="$SOURCE-$VERSION.tar.gz" 1.15 +WGET_URL="http://www.cpan.org/authors/id/S/SH/SHAY/$TARBALL" 1.16 + 1.17 +DEPENDS="perl" 1.18 +BUILD_DEPENDS="$DEPENDS" 1.19 + 1.20 +# Rules to configure and make the package. 1.21 +compile_rules() 1.22 +{ 1.23 + cd $src 1.24 + perl Makefile.PL && 1.25 + make && 1.26 + make DESTDIR=$DESTDIR install 1.27 +} 1.28 + 1.29 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.30 +genpkg_rules() 1.31 +{ 1.32 + cp -a $install/usr $fs 1.33 +}
2.1 --- a/perl-datetime/receipt Sun Sep 27 19:52:03 2015 +0000 2.2 +++ b/perl-datetime/receipt Sun Sep 27 20:12:10 2015 +0000 2.3 @@ -12,7 +12,8 @@ 2.4 WGET_URL="http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/$TARBALL" 2.5 2.6 DEPENDS="perl perl-params-validate perl-test-exception perl-test-warnings \ 2.7 -perl-datetime-locale perl-math-round perl-datetime-timezone perl-test-fatal" 2.8 +perl-datetime-locale perl-math-round perl-datetime-timezone perl-test-fatal \ 2.9 +perl-list-moreutils perl-exporter-tiny perl-class-singleton" 2.10 BUILD_DEPENDS="$DEPENDS" 2.11 2.12 # Rules to configure and make the package.
3.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 3.2 +++ b/perl-exporter-tiny/receipt Sun Sep 27 20:12:10 2015 +0000 3.3 @@ -0,0 +1,30 @@ 3.4 +# SliTaz package receipt. 3.5 + 3.6 +PACKAGE="perl-exporter-tiny" 3.7 +VERSION="0.043_01" 3.8 +CATEGORY="development" 3.9 +SHORT_DESC="Exporter::Tiny is a perl module" 3.10 +MAINTAINER="nneul@neulinger.org" 3.11 +LICENSE="GPL" 3.12 +WEB_SITE="http://search.cpan.org/dist/Exporter-Tiny" 3.13 +SOURCE="Exporter-Tiny" 3.14 +TARBALL="$SOURCE-$VERSION.tar.gz" 3.15 +WGET_URL="http://www.cpan.org/authors/id/T/TO/TOBYINK/$TARBALL" 3.16 + 3.17 +DEPENDS="perl" 3.18 +BUILD_DEPENDS="$DEPENDS" 3.19 + 3.20 +# Rules to configure and make the package. 3.21 +compile_rules() 3.22 +{ 3.23 + cd $src 3.24 + perl Makefile.PL && 3.25 + make && 3.26 + make DESTDIR=$DESTDIR install 3.27 +} 3.28 + 3.29 +# Rules to gen a SliTaz package suitable for Tazpkg. 3.30 +genpkg_rules() 3.31 +{ 3.32 + cp -a $install/usr $fs 3.33 +}
4.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 4.2 +++ b/perl-list-moreutils/receipt Sun Sep 27 20:12:10 2015 +0000 4.3 @@ -0,0 +1,30 @@ 4.4 +# SliTaz package receipt. 4.5 + 4.6 +PACKAGE="perl-list-moreutils" 4.7 +VERSION="0.413" 4.8 +CATEGORY="development" 4.9 +SHORT_DESC="List::MoreUtils is a perl module" 4.10 +MAINTAINER="nneul@neulinger.org" 4.11 +LICENSE="GPL" 4.12 +WEB_SITE="http://search.cpan.org/dist/List-MoreUtils" 4.13 +SOURCE="List-MoreUtils" 4.14 +TARBALL="$SOURCE-$VERSION.tar.gz" 4.15 +WGET_URL="http://www.cpan.org/authors/id/R/RE/REHSACK/$TARBALL" 4.16 + 4.17 +DEPENDS="perl" 4.18 +BUILD_DEPENDS="$DEPENDS" 4.19 + 4.20 +# Rules to configure and make the package. 4.21 +compile_rules() 4.22 +{ 4.23 + cd $src 4.24 + perl Makefile.PL && 4.25 + make && 4.26 + make DESTDIR=$DESTDIR install 4.27 +} 4.28 + 4.29 +# Rules to gen a SliTaz package suitable for Tazpkg. 4.30 +genpkg_rules() 4.31 +{ 4.32 + cp -a $install/usr $fs 4.33 +}