# HG changeset patch # User Eric Joseph-Alexandre # Date 1232488764 -3600 # Node ID c10c5293070f4a792c9d1221b8012661d0a790e9 # Parent ce7b7c3c525678693ba377b3c00de9ccd5c156f5 Add: perl-uri-file, perl-uri-escape, perl-uri-url diff -r ce7b7c3c5256 -r c10c5293070f perl-uri-escape/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/perl-uri-escape/receipt Tue Jan 20 22:59:24 2009 +0100 @@ -0,0 +1,30 @@ +# 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 ce7b7c3c5256 -r c10c5293070f perl-uri-file/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/perl-uri-file/receipt Tue Jan 20 22:59:24 2009 +0100 @@ -0,0 +1,30 @@ +# 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 ce7b7c3c5256 -r c10c5293070f perl-uri-url/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/perl-uri-url/receipt Tue Jan 20 22:59:24 2009 +0100 @@ -0,0 +1,30 @@ +# 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 +} +