wok rev 23343

updated perl-http-daemon (6.01 -> 6.06)
author Hans-G?nter Theisgen
date Tue Mar 31 09:12:15 2020 +0100 (2020-03-31)
parents c9434b646eb7
children e6a9b7ce33a7
files perl-http-daemon/receipt
line diff
     1.1 --- a/perl-http-daemon/receipt	Tue Mar 31 09:07:34 2020 +0100
     1.2 +++ b/perl-http-daemon/receipt	Tue Mar 31 09:12:15 2020 +0100
     1.3 @@ -1,15 +1,16 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="perl-http-daemon"
     1.7 -VERSION="6.01"
     1.8 +VERSION="6.06"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="A Perl simple http server class"
    1.11 +SHORT_DESC="A Perl simple http server class."
    1.12  MAINTAINER="erjo@slitaz.org"
    1.13  LICENSE="GPL"
    1.14 +WEB_SITE="https://metacpan.org/release/HTTP-Daemon"
    1.15 +
    1.16  SOURCE="HTTP-Daemon"
    1.17  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.18 -WEB_SITE="https://metacpan.org/release/libwww-perl/"
    1.19 -WGET_URL="http://www.cpan.org/authors/id/G/GA/GAAS/$TARBALL"
    1.20 +WGET_URL="https://www.cpan.org/modules/by-module/HTTP/$TARBALL"
    1.21  
    1.22  DEPENDS="perl perl-http-date perl-http-message perl-lwp-mediatypes"
    1.23  BUILD_DEPENDS="perl $DEPENDS"
    1.24 @@ -17,14 +18,14 @@
    1.25  # Rules to configure and make the package.
    1.26  compile_rules()
    1.27  {
    1.28 -	cd $src
    1.29 -	perl Makefile.PL &&	make &&	make DESTDIR=$DESTDIR install
    1.30 -	
    1.31 +	perl Makefile.PL &&
    1.32 +	make &&
    1.33 +	make DESTDIR=$DESTDIR install
    1.34  }
    1.35  
    1.36  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.37  genpkg_rules()
    1.38  {
    1.39  	mkdir -p $fs/usr
    1.40 -	cp -a $install/usr/lib $fs/usr
    1.41 +	cp -a $install/usr/lib	$fs/usr
    1.42  }