# HG changeset patch # User Pascal Bellard # Date 1320682245 -3600 # Node ID f0263c56ea4a84df676be4b1952e39832929f89d # Parent 1e0d90c341fa882b17942e042ef3d71cd82d57a5 Add from wok-undigest: perl-crypt-ssleay perl-gtk2-perl perl-gtk2-trayicon perl-lwp-useragent diff -r 1e0d90c341fa -r f0263c56ea4a perl-crypt-ssleay/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/perl-crypt-ssleay/receipt Mon Nov 07 17:10:45 2011 +0100 @@ -0,0 +1,33 @@ +# SliTaz package receipt. + +PACKAGE="perl-crypt-ssleay" +VERSION="0.58" +CATEGORY="development" +SHORT_DESC="Crypt::SSLeay module is a Perl extension." +MAINTAINER="pascal.bellard@slitaz.org" +DEPENDS="perl" +BUILD_DEPENDS="perl" +SOURCE="Crypt-SSLeay" +TARBALL="$SOURCE-$VERSION.tar.gz" +WEB_SITE="http://cpan.org/" +WGET_URL="http://search.cpan.org/CPAN/authors/id/N/NA/NANIS/$TARBALL" + +DEPENDS="openssl" +BUILD_DEPENDS="openssl-dev" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + yes '' | perl Makefile.PL --default && + 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 1e0d90c341fa -r f0263c56ea4a perl-gtk2-perl/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/perl-gtk2-perl/receipt Mon Nov 07 17:10:45 2011 +0100 @@ -0,0 +1,33 @@ +# SliTaz package receipt. + +PACKAGE="perl-gtk2-perl" +VERSION="1.240" +CATEGORY="development" +SHORT_DESC="Gtk2 module is a Perl extension." +MAINTAINER="pascal.bellard@slitaz.org" +DEPENDS="perl" +BUILD_DEPENDS="perl" +SOURCE="Gtk2" +TARBALL="$SOURCE-$VERSION.tar.gz" +WEB_SITE="http://cpan.org/" +WGET_URL="http://search.cpan.org/CPAN/authors/id/T/TS/TSCH/$TARBALL" + +DEPENDS="perl-glib perl-pango perl-extutils-pkgconfig perl-extutils-depends" +BUILD_DEPENDS="perl-glib perl-pango perl-extutils-pkgconfig perl-extutils-depends" + +# 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 1e0d90c341fa -r f0263c56ea4a perl-gtk2-trayicon/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/perl-gtk2-trayicon/receipt Mon Nov 07 17:10:45 2011 +0100 @@ -0,0 +1,33 @@ +# SliTaz package receipt. + +PACKAGE="perl-gtk2-trayicon" +VERSION="0.06" +CATEGORY="development" +SHORT_DESC="Gtk2::TrayIcon module is a Perl extension." +MAINTAINER="pascal.bellard@slitaz.org" +DEPENDS="perl" +BUILD_DEPENDS="perl" +SOURCE="Gtk2-TrayIcon" +TARBALL="$SOURCE-$VERSION.tar.gz" +WEB_SITE="http://cpan.org/" +WGET_URL="http://search.cpan.org/CPAN/authors/id/B/BO/BORUP/$TARBALL" + +DEPENDS="perl-gtk2-perl" +BUILD_DEPENDS="perl-gtk2-perl" + +# 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 1e0d90c341fa -r f0263c56ea4a perl-lwp-useragent/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/perl-lwp-useragent/receipt Mon Nov 07 17:10:45 2011 +0100 @@ -0,0 +1,30 @@ +# SliTaz package receipt. + +PACKAGE="perl-lwp-useragent" +VERSION="6.03" +CATEGORY="development" +SHORT_DESC="LWP::UserAgent module is a Perl extension." +MAINTAINER="pascal.bellard@slitaz.org" +DEPENDS="perl" +BUILD_DEPENDS="perl" +SOURCE="libwww-perl" +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 1e0d90c341fa -r f0263c56ea4a perl-net-ssleay/receipt --- a/perl-net-ssleay/receipt Mon Nov 07 16:56:08 2011 +0100 +++ b/perl-net-ssleay/receipt Mon Nov 07 17:10:45 2011 +0100 @@ -1,24 +1,27 @@ # SliTaz package receipt. PACKAGE="perl-net-ssleay" -VERSION="1.36" +VERSION="1.42" CATEGORY="development" SHORT_DESC="Net::SSLeay module is a Perl extension." MAINTAINER="pascal.bellard@slitaz.org" -DEPENDS="perl openssl zlib" -BUILD_DEPENDS="perl openssl-dev" +DEPENDS="perl" +BUILD_DEPENDS="perl" SOURCE="Net-SSLeay" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://cpan.org/" -WGET_URL="http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/$TARBALL" +WGET_URL="http://search.cpan.org/CPAN/authors/id/M/MI/MIKEM/$TARBALL" + +DEPENDS="openssl" +BUILD_DEPENDS="openssl-dev" # Rules to configure and make the package. compile_rules() { cd $src - yes n | perl Makefile.PL && + yes '' | perl Makefile.PL && make && - make DESTDIR=$DESTDIR install + make DESTDIR=$PWD/_pkg install } # Rules to gen a SliTaz package suitable for Tazpkg.