wok diff perl-net-ssleay/receipt @ 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 d732fbc919a6
children 2d12ebd38be4
line diff
     1.1 --- a/perl-net-ssleay/receipt	Wed May 25 21:22:35 2011 +0200
     1.2 +++ b/perl-net-ssleay/receipt	Mon Nov 07 17:10:45 2011 +0100
     1.3 @@ -1,24 +1,27 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="perl-net-ssleay"
     1.7 -VERSION="1.36"
     1.8 +VERSION="1.42"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Net::SSLeay module is a Perl extension."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 -DEPENDS="perl openssl zlib"
    1.13 -BUILD_DEPENDS="perl openssl-dev"
    1.14 +DEPENDS="perl"
    1.15 +BUILD_DEPENDS="perl"
    1.16  SOURCE="Net-SSLeay"
    1.17  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.18  WEB_SITE="http://cpan.org/"
    1.19 -WGET_URL="http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/$TARBALL"
    1.20 +WGET_URL="http://search.cpan.org/CPAN/authors/id/M/MI/MIKEM/$TARBALL"
    1.21 +
    1.22 +DEPENDS="openssl"
    1.23 +BUILD_DEPENDS="openssl-dev"
    1.24  
    1.25  # Rules to configure and make the package.
    1.26  compile_rules()
    1.27  {
    1.28  	cd $src
    1.29 -	yes n | perl Makefile.PL &&
    1.30 +	yes '' | perl Makefile.PL &&
    1.31  	make &&
    1.32 -	make DESTDIR=$DESTDIR install
    1.33 +	make DESTDIR=$PWD/_pkg install
    1.34  }
    1.35  
    1.36  # Rules to gen a SliTaz package suitable for Tazpkg.