# HG changeset patch # User Pascal Bellard # Date 1264593181 -3600 # Node ID ff5cd7e101164695578c1b12a4f850e88c362690 # Parent 626a5dabb66ffd28440a3858d9fb8705340c2066 Merge perl-uri-escape perl-uri-file perl-uri-ldap perl-uri-url in perl-uri diff -r 626a5dabb66f -r ff5cd7e10116 perl-uri-escape/receipt --- a/perl-uri-escape/receipt Sun Jan 24 20:52:37 2010 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,30 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="perl-uri-escape" -VERSION="1.37" -CATEGORY="development" -SHORT_DESC="URI::Escape module is a Perl extension." -MAINTAINER="erjo@slitaz.org" -DEPENDS="perl" -BUILD_DEPENDS="perl" -SOURCE="URI" -TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="http://cpan.org/" -WGET_URL="http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/$TARBALL" - -# Rules to configure and make the package. -compile_rules() -{ - cd $src - perl Makefile.PL && - make && - make DESTDIR=$PWD/_pkg install -} - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/usr - cp -a $_pkg/usr/lib $fs/usr -} - diff -r 626a5dabb66f -r ff5cd7e10116 perl-uri-file/receipt --- a/perl-uri-file/receipt Sun Jan 24 20:52:37 2010 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,30 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="perl-uri-file" -VERSION="1.37" -CATEGORY="development" -SHORT_DESC="URI::File module is a Perl extension." -MAINTAINER="erjo@slitaz.org" -DEPENDS="perl" -BUILD_DEPENDS="perl" -SOURCE="URI" -TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="http://cpan.org/" -WGET_URL="http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/$TARBALL" - -# Rules to configure and make the package. -compile_rules() -{ - cd $src - perl Makefile.PL && - make && - make DESTDIR=$PWD/_pkg install -} - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/usr - cp -a $_pkg/usr/lib $fs/usr -} - diff -r 626a5dabb66f -r ff5cd7e10116 perl-uri-ldap/receipt --- a/perl-uri-ldap/receipt Sun Jan 24 20:52:37 2010 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,30 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="perl-uri-ldap" -VERSION="1.37" -CATEGORY="development" -SHORT_DESC="URI::ldap module is a Perl extension." -MAINTAINER="pascal.bellard@slitaz.org" -DEPENDS="perl" -BUILD_DEPENDS="perl" -SOURCE="URI" -TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="http://cpan.org/" -WGET_URL="http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/$TARBALL" - -# Rules to configure and make the package. -compile_rules() -{ - cd $src - perl Makefile.PL && - make && - make DESTDIR=$PWD/_pkg install -} - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/usr - cp -a $_pkg/usr/lib $fs/usr -} - diff -r 626a5dabb66f -r ff5cd7e10116 perl-uri-url/receipt --- a/perl-uri-url/receipt Sun Jan 24 20:52:37 2010 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,30 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="perl-uri-url" -VERSION="1.37" -CATEGORY="development" -SHORT_DESC="URI::URL module is a Perl extension." -MAINTAINER="erjo@slitaz.org" -DEPENDS="perl" -BUILD_DEPENDS="perl" -SOURCE="URI" -TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="http://cpan.org/" -WGET_URL="http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/$TARBALL" - -# Rules to configure and make the package. -compile_rules() -{ - cd $src - perl Makefile.PL && - make && - make DESTDIR=$PWD/_pkg install -} - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/usr - cp -a $_pkg/usr/lib $fs/usr -} - diff -r 626a5dabb66f -r ff5cd7e10116 perl-uri/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/perl-uri/receipt Wed Jan 27 12:53:01 2010 +0100 @@ -0,0 +1,31 @@ +# SliTaz package receipt. + +PACKAGE="perl-uri" +VERSION="1.37" +CATEGORY="development" +SHORT_DESC="URI::Escape, URI::File, URI::ldap and URI::URL modules are Perl extensions." +MAINTAINER="erjo@slitaz.org" +DEPENDS="perl" +BUILD_DEPENDS="perl" +SOURCE="URI" +TARBALL="$SOURCE-$VERSION.tar.gz" +WEB_SITE="http://cpan.org/" +WGET_URL="http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/$TARBALL" +PROVIDE="perl-uri-escape perl-uri-file perl-uri-ldap perl-uri-url" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + perl Makefile.PL && + make && + make DESTDIR=$PWD/_pkg install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr + cp -a $_pkg/usr/lib $fs/usr +} +