wok-next rev 13352
Add perl-io-tty, perl-io-stty, perl-number-range, perl-expect, perl-algorithm-permute
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Sep 10 09:49:31 2012 +0200 (2012-09-10) |
parents | 2f1b673c2701 |
children | 8df91607b9af |
files | perl-algorithm-permute/receipt perl-expect/receipt perl-io-stty/receipt perl-io-tty/receipt perl-number-range/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/perl-algorithm-permute/receipt Mon Sep 10 09:49:31 2012 +0200 1.3 @@ -0,0 +1,31 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="perl-algorithm-permute" 1.7 +VERSION="0.12" 1.8 +CATEGORY="development" 1.9 +SHORT_DESC="Algorithm::Permute module is a Perl extension. 1.10 +MAINTAINER="pascal.bellard@slitaz.org" 1.11 +WEB_SITE="http://search.cpan.org/ 1.12 +DEPENDS="perl" 1.13 +BUILD_DEPENDS="perl" 1.14 +SOURCE="Algorithm-Permute" 1.15 +TARBALL="$SOURCE-$VERSION.tar.gz" 1.16 +WEB_SITE="http://cpan.org/" 1.17 +WGET_URL="http://search.cpan.org/CPAN/authors/id/E/ED/EDPRATOMO/$TARBALL" 1.18 + 1.19 +# Rules to configure and make the package. 1.20 +compile_rules() 1.21 +{ 1.22 + cd $src 1.23 + perl Makefile.PL && 1.24 + make && 1.25 + make install DESTDIR=$DESTDIR 1.26 +} 1.27 + 1.28 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.29 +genpkg_rules() 1.30 +{ 1.31 + mkdir -p $fs/usr 1.32 + cp -a $install/usr/lib $fs/usr 1.33 +} 1.34 +
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/perl-expect/receipt Mon Sep 10 09:49:31 2012 +0200 2.3 @@ -0,0 +1,32 @@ 2.4 +# SliTaz package receipt. 2.5 + 2.6 +PACKAGE="perl-expect" 2.7 +VERSION="1.21" 2.8 +CATEGORY="development" 2.9 +SHORT_DESC="Expect.pm module is a Perl extension. 2.10 +MAINTAINER="pascal.bellard@slitaz.org" 2.11 +WEB_SITE="http://search.cpan.org/ 2.12 +DEPENDS="perl-io-tty" 2.13 +SUGGESTED="perl-io-stty" 2.14 +BUILD_DEPENDS="perl" 2.15 +SOURCE="Expect" 2.16 +TARBALL="$SOURCE-$VERSION.tar.gz" 2.17 +WEB_SITE="http://cpan.org/" 2.18 +WGET_URL="http://search.cpan.org/CPAN/authors/id/R/RG/RGIERSIG/$TARBALL" 2.19 + 2.20 +# Rules to configure and make the package. 2.21 +compile_rules() 2.22 +{ 2.23 + cd $src 2.24 + perl Makefile.PL && 2.25 + make && 2.26 + make install DESTDIR=$DESTDIR 2.27 +} 2.28 + 2.29 +# Rules to gen a SliTaz package suitable for Tazpkg. 2.30 +genpkg_rules() 2.31 +{ 2.32 + mkdir -p $fs/usr 2.33 + cp -a $install/usr/lib $fs/usr 2.34 +} 2.35 +
3.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 3.2 +++ b/perl-io-stty/receipt Mon Sep 10 09:49:31 2012 +0200 3.3 @@ -0,0 +1,29 @@ 3.4 +# SliTaz package receipt. 3.5 + 3.6 +PACKAGE="perl-io-stty" 3.7 +VERSION="0.03" 3.8 +CATEGORY="development" 3.9 +SHORT_DESC="IO::Stty module is a Perl extension. 3.10 +MAINTAINER="pascal.bellard@slitaz.org" 3.11 +WEB_SITE="http://search.cpan.org/ 3.12 +DEPENDS="perl" 3.13 +BUILD_DEPENDS="perl" 3.14 +SOURCE="IO-Stty" 3.15 +TARBALL="$SOURCE-$VERSION.tar.gz" 3.16 +WEB_SITE="http://cpan.org/" 3.17 +WGET_URL="http://search.cpan.org/CPAN/authors/id/T/TO/TODDR/$TARBALL" 3.18 + 3.19 +# Rules to configure and make the package. 3.20 +compile_rules() 3.21 +{ 3.22 + cd $src 3.23 + perl Build.PL && 3.24 + ./Build --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 + cp -a $install/usr $fs 3.31 +} 3.32 +
4.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 4.2 +++ b/perl-io-tty/receipt Mon Sep 10 09:49:31 2012 +0200 4.3 @@ -0,0 +1,31 @@ 4.4 +# SliTaz package receipt. 4.5 + 4.6 +PACKAGE="perl-io-tty" 4.7 +VERSION="1.10" 4.8 +CATEGORY="development" 4.9 +SHORT_DESC="IO::Tty module is a Perl extension. 4.10 +MAINTAINER="pascal.bellard@slitaz.org" 4.11 +WEB_SITE="http://search.cpan.org/ 4.12 +DEPENDS="perl" 4.13 +BUILD_DEPENDS="perl" 4.14 +SOURCE="IO-Tty" 4.15 +TARBALL="$SOURCE-$VERSION.tar.gz" 4.16 +WEB_SITE="http://cpan.org/" 4.17 +WGET_URL="http://search.cpan.org/CPAN/authors/id/T/TO/TODDR/$TARBALL" 4.18 + 4.19 +# Rules to configure and make the package. 4.20 +compile_rules() 4.21 +{ 4.22 + cd $src 4.23 + perl Makefile.PL && 4.24 + make && 4.25 + make install DESTDIR=$DESTDIR 4.26 +} 4.27 + 4.28 +# Rules to gen a SliTaz package suitable for Tazpkg. 4.29 +genpkg_rules() 4.30 +{ 4.31 + mkdir -p $fs/usr 4.32 + cp -a $install/usr/lib $fs/usr 4.33 +} 4.34 +
5.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 5.2 +++ b/perl-number-range/receipt Mon Sep 10 09:49:31 2012 +0200 5.3 @@ -0,0 +1,31 @@ 5.4 +# SliTaz package receipt. 5.5 + 5.6 +PACKAGE="perl-number-range" 5.7 +VERSION="0.10" 5.8 +CATEGORY="development" 5.9 +SHORT_DESC="Number::Range module is a Perl extension. 5.10 +MAINTAINER="pascal.bellard@slitaz.org" 5.11 +WEB_SITE="http://search.cpan.org/ 5.12 +DEPENDS="perl" 5.13 +BUILD_DEPENDS="perl" 5.14 +SOURCE="Number-Range" 5.15 +TARBALL="$SOURCE-$VERSION.tar.gz" 5.16 +WEB_SITE="http://cpan.org/" 5.17 +WGET_URL="http://search.cpan.org/CPAN/authors/id/L/LA/LARRYSH/$TARBALL" 5.18 + 5.19 +# Rules to configure and make the package. 5.20 +compile_rules() 5.21 +{ 5.22 + cd $src 5.23 + perl Makefile.PL && 5.24 + make && 5.25 + make install DESTDIR=$DESTDIR 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 $install/usr/lib $fs/usr 5.33 +} 5.34 +