# HG changeset patch # User Eric Joseph-Alexandre # Date 1240001429 -7200 # Node ID d0bd20684da8e004a75cc2fd8a9092439e460fee # Parent 942b862caa4be7a2ec5b53b1bd6693177970f7e7 Add: perl-net-dns perl-maketext-gettext perl-io-compress diff -r 942b862caa4b -r d0bd20684da8 perl-io-compress/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/perl-io-compress/receipt Fri Apr 17 22:50:29 2009 +0200 @@ -0,0 +1,31 @@ +# SliTaz package receipt. + +PACKAGE="perl-io-compress" +VERSION="2.017" +CATEGORY="development" +SHORT_DESC="PERL interface to zlib compression library" +MAINTAINER="erjo@slitaz.org" +DEPENDS="perl perl-compress-raw-bzip2 perl-compress-raw-zlib" +BUILD_DEPENDS="perl perl-compress-raw-bzip2 perl-compress-raw-zlib" +SOURCE="IO-Compress" +TARBALL="$SOURCE-$VERSION.tar.gz" +WEB_SITE="http://cpan.org/" +WGET_URL="http://search.cpan.org/CPAN/authors/id/P/PM/PMQS/$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 942b862caa4b -r d0bd20684da8 perl-maketext-gettext/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/perl-maketext-gettext/receipt Fri Apr 17 22:50:29 2009 +0200 @@ -0,0 +1,30 @@ +# SliTaz package receipt. + +PACKAGE="perl-maketext-gettext" +VERSION="1.26" +CATEGORY="development" +SHORT_DESC="Perl gettext and Maketext frameworks" +MAINTAINER="erjo@slitaz.org" +DEPENDS="perl" +BUILD_DEPENDS="perl" +SOURCE="Locale-Maketext-Gettext" +TARBALL="$SOURCE-$VERSION.tar.gz" +WEB_SITE="http://cpan.org/" +WGET_URL="http://search.cpan.org/CPAN/authors/id/I/IM/IMACAT/$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 942b862caa4b -r d0bd20684da8 perl-net-dns/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/perl-net-dns/receipt Fri Apr 17 22:50:29 2009 +0200 @@ -0,0 +1,30 @@ +# SliTaz package receipt. + +PACKAGE="perl-net-dns" +VERSION="0.65" +CATEGORY="development" +SHORT_DESC="Net::DNS module is a Perl extension." +MAINTAINER="erjo@slitaz.org" +DEPENDS="perl" +BUILD_DEPENDS="perl" +SOURCE="Net-DNS" +TARBALL="$SOURCE-$VERSION.tar.gz" +WEB_SITE="http://cpan.org/" +WGET_URL="http://search.cpan.org/CPAN/authors/id/O/OL/OLAF/$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 +} +