wok rev 12228

Add: perl-http-cookies perl-http-daemon perl-http-negotiate perl-net-http pe
rl-www-robotrules
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Mon Apr 09 10:52:42 2012 +0200 (2012-04-09)
parents 2737a1756a14
children bf939844b92f
files perl-http-cookies/receipt perl-http-daemon/receipt perl-http-negotiate/receipt perl-net-http/receipt perl-www-robotrules/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/perl-http-cookies/receipt	Mon Apr 09 10:52:42 2012 +0200
     1.3 @@ -0,0 +1,30 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="perl-http-cookies"
     1.7 +VERSION="6.01"
     1.8 +CATEGORY="development"
     1.9 +SHORT_DESC="Perl HTTP cookie jars"
    1.10 +MAINTAINER="erjo@slitaz.org"
    1.11 +SOURCE="HTTP-Cookies"
    1.12 +TARBALL="$SOURCE-$VERSION.tar.gz"
    1.13 +WEB_SITE="http://search.cpan.org/dist/libwww-perl/"
    1.14 +WGET_URL="http://www.cpan.org/authors/id/G/GA/GAAS/$TARBALL"
    1.15 +
    1.16 +DEPENDS="perl perl-date perl-http-message "
    1.17 +BUILD_DEPENDS="perl $DEPENDS"
    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 &&	make &&	make DESTDIR=$DESTDIR install
    1.24 +	
    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/bin $fs/usr
    1.32 +	cp -a $_pkg/usr/lib $fs/usr
    1.33 +}
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/perl-http-daemon/receipt	Mon Apr 09 10:52:42 2012 +0200
     2.3 @@ -0,0 +1,30 @@
     2.4 +# SliTaz package receipt.
     2.5 +
     2.6 +PACKAGE="perl-http-daemon"
     2.7 +VERSION="6.01"
     2.8 +CATEGORY="development"
     2.9 +SHORT_DESC="A Perl simple http server class"
    2.10 +MAINTAINER="erjo@slitaz.org"
    2.11 +SOURCE="HTTP-Daemon"
    2.12 +TARBALL="$SOURCE-$VERSION.tar.gz"
    2.13 +WEB_SITE="http://search.cpan.org/dist/libwww-perl/"
    2.14 +WGET_URL="http://www.cpan.org/authors/id/G/GA/GAAS/$TARBALL"
    2.15 +
    2.16 +DEPENDS="perl perl-date perl-http-message perl-lwp-mediatypes"
    2.17 +BUILD_DEPENDS="perl $DEPENDS"
    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 &&	make &&	make DESTDIR=$DESTDIR install
    2.24 +	
    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/bin $fs/usr
    2.32 +	cp -a $_pkg/usr/lib $fs/usr
    2.33 +}
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/perl-http-negotiate/receipt	Mon Apr 09 10:52:42 2012 +0200
     3.3 @@ -0,0 +1,30 @@
     3.4 +# SliTaz package receipt.
     3.5 +
     3.6 +PACKAGE="perl-http-negotiate"
     3.7 +VERSION="6.01"
     3.8 +CATEGORY="development"
     3.9 +SHORT_DESC="Choose a variant to serve"
    3.10 +MAINTAINER="erjo@slitaz.org"
    3.11 +SOURCE="HTTP-Negotiate"
    3.12 +TARBALL="$SOURCE-$VERSION.tar.gz"
    3.13 +WEB_SITE="http://search.cpan.org/dist/libwww-perl/"
    3.14 +WGET_URL="http://www.cpan.org/authors/id/G/GA/GAAS/$TARBALL"
    3.15 +
    3.16 +DEPENDS="perl perl-http-message"
    3.17 +BUILD_DEPENDS="perl $DEPENDS"
    3.18 +
    3.19 +# Rules to configure and make the package.
    3.20 +compile_rules()
    3.21 +{
    3.22 +	cd $src
    3.23 +	perl Makefile.PL &&	make &&	make DESTDIR=$DESTDIR install
    3.24 +	
    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/bin $fs/usr
    3.32 +	cp -a $_pkg/usr/lib $fs/usr
    3.33 +}
     4.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.2 +++ b/perl-net-http/receipt	Mon Apr 09 10:52:42 2012 +0200
     4.3 @@ -0,0 +1,30 @@
     4.4 +# SliTaz package receipt.
     4.5 +
     4.6 +PACKAGE="perl-net-http"
     4.7 +VERSION="6.03"
     4.8 +CATEGORY="development"
     4.9 +SHORT_DESC="Low-level HTTP connection (client)"
    4.10 +MAINTAINER="erjo@slitaz.org"
    4.11 +SOURCE="Net-HTTP"
    4.12 +TARBALL="$SOURCE-$VERSION.tar.gz"
    4.13 +WEB_SITE="http://search.cpan.org/dist/libwww-perl/"
    4.14 +WGET_URL="http://www.cpan.org/authors/id/G/GA/GAAS/$TARBALL"
    4.15 +
    4.16 +DEPENDS="perl perl-compress-raw-zlib perl-io-compress"
    4.17 +BUILD_DEPENDS="perl $DEPENDS"
    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 &&	make &&	make DESTDIR=$DESTDIR install
    4.24 +	
    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/bin $fs/usr
    4.32 +	cp -a $_pkg/usr/lib $fs/usr
    4.33 +}
     5.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     5.2 +++ b/perl-www-robotrules/receipt	Mon Apr 09 10:52:42 2012 +0200
     5.3 @@ -0,0 +1,30 @@
     5.4 +# SliTaz package receipt.
     5.5 +
     5.6 +PACKAGE="perl-www-robotrules"
     5.7 +VERSION="6.02"
     5.8 +CATEGORY="development"
     5.9 +SHORT_DESC="Database of robots.txt-derived permissions"
    5.10 +MAINTAINER="erjo@slitaz.org"
    5.11 +SOURCE="WWW-RobotRules"
    5.12 +TARBALL="$SOURCE-$VERSION.tar.gz"
    5.13 +WEB_SITE="http://search.cpan.org/dist/libwww-perl/"
    5.14 +WGET_URL="http://www.cpan.org/authors/id/G/GA/GAAS/$TARBALL"
    5.15 +
    5.16 +DEPENDS="perl perl-uri"
    5.17 +BUILD_DEPENDS="perl $DEPENDS"
    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 &&	make &&	make DESTDIR=$DESTDIR install
    5.24 +	
    5.25 +}
    5.26 +
    5.27 +# Rules to gen a SliTaz package suitable for Tazpkg.
    5.28 +genpkg_rules()
    5.29 +{
    5.30 +	mkdir -p $fs/usr
    5.31 +	cp -a $_pkg/usr/lib $fs/usr
    5.32 +}
    5.33 +