# HG changeset patch # User Eric Joseph-Alexandre # Date 1240086281 -7200 # Node ID 90d96cef6cf47cc76a05131fbf34d9f1da317cf1 # Parent 9d40dd15e54d7aa1a92c46af4b755199687ef087 Add: add perl-socket6 perl-io-socket-inet6 diff -r 9d40dd15e54d -r 90d96cef6cf4 perl-io-socket-inet6/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/perl-io-socket-inet6/receipt Sat Apr 18 22:24:41 2009 +0200 @@ -0,0 +1,30 @@ +# SliTaz package receipt. + +PACKAGE="perl-io-socket-inet6" +VERSION="2.56" +CATEGORY="development" +SHORT_DESC="Perl extension for INET6." +MAINTAINER="erjo@slitaz.org" +DEPENDS="perl" +BUILD_DEPENDS="perl perl-socket6" +SOURCE="IO-Socket-INET6" +TARBALL="$SOURCE-$VERSION.tar.gz" +WEB_SITE="http://cpan.org/" +WGET_URL="http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/$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 9d40dd15e54d -r 90d96cef6cf4 perl-net-dns/receipt --- a/perl-net-dns/receipt Sat Apr 18 17:39:15 2009 +0200 +++ b/perl-net-dns/receipt Sat Apr 18 22:24:41 2009 +0200 @@ -6,7 +6,7 @@ SHORT_DESC="Net::DNS module is a Perl extension." MAINTAINER="erjo@slitaz.org" DEPENDS="perl" -BUILD_DEPENDS="perl" +BUILD_DEPENDS="perl perl-io-socket-inet6" SOURCE="Net-DNS" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://cpan.org/" diff -r 9d40dd15e54d -r 90d96cef6cf4 perl-socket6/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/perl-socket6/receipt Sat Apr 18 22:24:41 2009 +0200 @@ -0,0 +1,31 @@ +# SliTaz package receipt. + +PACKAGE="perl-socket6" +VERSION="0.23" +CATEGORY="development" +SHORT_DESC="Socket6 is a PERL module" +MAINTAINER="erjo@slitaz.org" +DEPENDS="perl" +BUILD_DEPENDS="perl" +SOURCE="Socket6" +TARBALL="$SOURCE-$VERSION.tar.gz" +WEB_SITE="http://cpan.org/" +WGET_URL="http://search.cpan.org/CPAN/authors/id/U/UM/UMEMOTO/$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 +} +