wok rev 11256

Add from wok-undigest: perl-crypt-ssleay perl-gtk2-perl perl-gtk2-trayicon perl-lwp-useragent
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Nov 07 17:10:45 2011 +0100 (2011-11-07)
parents 1e0d90c341fa
children b367bc376fdf
files perl-crypt-ssleay/receipt perl-gtk2-perl/receipt perl-gtk2-trayicon/receipt perl-lwp-useragent/receipt perl-net-ssleay/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/perl-crypt-ssleay/receipt	Mon Nov 07 17:10:45 2011 +0100
     1.3 @@ -0,0 +1,33 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="perl-crypt-ssleay"
     1.7 +VERSION="0.58"
     1.8 +CATEGORY="development"
     1.9 +SHORT_DESC="Crypt::SSLeay module is a Perl extension."
    1.10 +MAINTAINER="pascal.bellard@slitaz.org"
    1.11 +DEPENDS="perl"
    1.12 +BUILD_DEPENDS="perl"
    1.13 +SOURCE="Crypt-SSLeay"
    1.14 +TARBALL="$SOURCE-$VERSION.tar.gz"
    1.15 +WEB_SITE="http://cpan.org/"
    1.16 +WGET_URL="http://search.cpan.org/CPAN/authors/id/N/NA/NANIS/$TARBALL"
    1.17 +
    1.18 +DEPENDS="openssl"
    1.19 +BUILD_DEPENDS="openssl-dev"
    1.20 +
    1.21 +# Rules to configure and make the package.
    1.22 +compile_rules()
    1.23 +{
    1.24 +	cd $src
    1.25 +	yes '' | perl Makefile.PL --default &&
    1.26 +	make &&
    1.27 +	make DESTDIR=$PWD/_pkg install
    1.28 +}
    1.29 +
    1.30 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.31 +genpkg_rules()
    1.32 +{
    1.33 +	mkdir -p $fs/usr
    1.34 +	cp -a $_pkg/usr/lib $fs/usr
    1.35 +}
    1.36 +
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/perl-gtk2-perl/receipt	Mon Nov 07 17:10:45 2011 +0100
     2.3 @@ -0,0 +1,33 @@
     2.4 +# SliTaz package receipt.
     2.5 +
     2.6 +PACKAGE="perl-gtk2-perl"
     2.7 +VERSION="1.240"
     2.8 +CATEGORY="development"
     2.9 +SHORT_DESC="Gtk2 module is a Perl extension."
    2.10 +MAINTAINER="pascal.bellard@slitaz.org"
    2.11 +DEPENDS="perl"
    2.12 +BUILD_DEPENDS="perl"
    2.13 +SOURCE="Gtk2"
    2.14 +TARBALL="$SOURCE-$VERSION.tar.gz"
    2.15 +WEB_SITE="http://cpan.org/"
    2.16 +WGET_URL="http://search.cpan.org/CPAN/authors/id/T/TS/TSCH/$TARBALL"
    2.17 +
    2.18 +DEPENDS="perl-glib perl-pango perl-extutils-pkgconfig perl-extutils-depends"
    2.19 +BUILD_DEPENDS="perl-glib perl-pango perl-extutils-pkgconfig perl-extutils-depends"
    2.20 +
    2.21 +# Rules to configure and make the package.
    2.22 +compile_rules()
    2.23 +{
    2.24 +	cd $src
    2.25 +	perl Makefile.PL &&
    2.26 +	make &&
    2.27 +	make DESTDIR=$PWD/_pkg install
    2.28 +}
    2.29 +
    2.30 +# Rules to gen a SliTaz package suitable for Tazpkg.
    2.31 +genpkg_rules()
    2.32 +{
    2.33 +	mkdir -p $fs/usr
    2.34 +	cp -a $_pkg/usr/lib $fs/usr
    2.35 +}
    2.36 +
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/perl-gtk2-trayicon/receipt	Mon Nov 07 17:10:45 2011 +0100
     3.3 @@ -0,0 +1,33 @@
     3.4 +# SliTaz package receipt.
     3.5 +
     3.6 +PACKAGE="perl-gtk2-trayicon"
     3.7 +VERSION="0.06"
     3.8 +CATEGORY="development"
     3.9 +SHORT_DESC="Gtk2::TrayIcon module is a Perl extension."
    3.10 +MAINTAINER="pascal.bellard@slitaz.org"
    3.11 +DEPENDS="perl"
    3.12 +BUILD_DEPENDS="perl"
    3.13 +SOURCE="Gtk2-TrayIcon"
    3.14 +TARBALL="$SOURCE-$VERSION.tar.gz"
    3.15 +WEB_SITE="http://cpan.org/"
    3.16 +WGET_URL="http://search.cpan.org/CPAN/authors/id/B/BO/BORUP/$TARBALL"
    3.17 +
    3.18 +DEPENDS="perl-gtk2-perl"
    3.19 +BUILD_DEPENDS="perl-gtk2-perl"
    3.20 +
    3.21 +# Rules to configure and make the package.
    3.22 +compile_rules()
    3.23 +{
    3.24 +	cd $src
    3.25 +	perl Makefile.PL &&
    3.26 +	make &&
    3.27 +	make DESTDIR=$PWD/_pkg install
    3.28 +}
    3.29 +
    3.30 +# Rules to gen a SliTaz package suitable for Tazpkg.
    3.31 +genpkg_rules()
    3.32 +{
    3.33 +	mkdir -p $fs/usr
    3.34 +	cp -a $_pkg/usr/lib $fs/usr
    3.35 +}
    3.36 +
     4.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.2 +++ b/perl-lwp-useragent/receipt	Mon Nov 07 17:10:45 2011 +0100
     4.3 @@ -0,0 +1,30 @@
     4.4 +# SliTaz package receipt.
     4.5 +
     4.6 +PACKAGE="perl-lwp-useragent"
     4.7 +VERSION="6.03"
     4.8 +CATEGORY="development"
     4.9 +SHORT_DESC="LWP::UserAgent module is a Perl extension."
    4.10 +MAINTAINER="pascal.bellard@slitaz.org"
    4.11 +DEPENDS="perl"
    4.12 +BUILD_DEPENDS="perl"
    4.13 +SOURCE="libwww-perl"
    4.14 +TARBALL="$SOURCE-$VERSION.tar.gz"
    4.15 +WEB_SITE="http://cpan.org/"
    4.16 +WGET_URL="http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/$TARBALL"
    4.17 +
    4.18 +# Rules to configure and make the package.
    4.19 +compile_rules()
    4.20 +{
    4.21 +	cd $src
    4.22 +	perl Makefile.PL &&
    4.23 +	make &&
    4.24 +	make DESTDIR=$PWD/_pkg install
    4.25 +}
    4.26 +
    4.27 +# Rules to gen a SliTaz package suitable for Tazpkg.
    4.28 +genpkg_rules()
    4.29 +{
    4.30 +	mkdir -p $fs/usr
    4.31 +	cp -a $_pkg/usr/lib $fs/usr
    4.32 +}
    4.33 +
     5.1 --- a/perl-net-ssleay/receipt	Mon Nov 07 16:56:08 2011 +0100
     5.2 +++ b/perl-net-ssleay/receipt	Mon Nov 07 17:10:45 2011 +0100
     5.3 @@ -1,24 +1,27 @@
     5.4  # SliTaz package receipt.
     5.5  
     5.6  PACKAGE="perl-net-ssleay"
     5.7 -VERSION="1.36"
     5.8 +VERSION="1.42"
     5.9  CATEGORY="development"
    5.10  SHORT_DESC="Net::SSLeay module is a Perl extension."
    5.11  MAINTAINER="pascal.bellard@slitaz.org"
    5.12 -DEPENDS="perl openssl zlib"
    5.13 -BUILD_DEPENDS="perl openssl-dev"
    5.14 +DEPENDS="perl"
    5.15 +BUILD_DEPENDS="perl"
    5.16  SOURCE="Net-SSLeay"
    5.17  TARBALL="$SOURCE-$VERSION.tar.gz"
    5.18  WEB_SITE="http://cpan.org/"
    5.19 -WGET_URL="http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/$TARBALL"
    5.20 +WGET_URL="http://search.cpan.org/CPAN/authors/id/M/MI/MIKEM/$TARBALL"
    5.21 +
    5.22 +DEPENDS="openssl"
    5.23 +BUILD_DEPENDS="openssl-dev"
    5.24  
    5.25  # Rules to configure and make the package.
    5.26  compile_rules()
    5.27  {
    5.28  	cd $src
    5.29 -	yes n | perl Makefile.PL &&
    5.30 +	yes '' | perl Makefile.PL &&
    5.31  	make &&
    5.32 -	make DESTDIR=$DESTDIR install
    5.33 +	make DESTDIR=$PWD/_pkg install
    5.34  }
    5.35  
    5.36  # Rules to gen a SliTaz package suitable for Tazpkg.