# HG changeset patch # User Hans-G?nter Theisgen # Date 1585642335 -3600 # Node ID 446a6ea2fc340307fd1f7b383625fb2abbe67bb6 # Parent c9434b646eb75610c8e9baa1c8335c1610c97c1d updated perl-http-daemon (6.01 -> 6.06) diff -r c9434b646eb7 -r 446a6ea2fc34 perl-http-daemon/receipt --- a/perl-http-daemon/receipt Tue Mar 31 09:07:34 2020 +0100 +++ b/perl-http-daemon/receipt Tue Mar 31 09:12:15 2020 +0100 @@ -1,15 +1,16 @@ # SliTaz package receipt. PACKAGE="perl-http-daemon" -VERSION="6.01" +VERSION="6.06" CATEGORY="development" -SHORT_DESC="A Perl simple http server class" +SHORT_DESC="A Perl simple http server class." MAINTAINER="erjo@slitaz.org" LICENSE="GPL" +WEB_SITE="https://metacpan.org/release/HTTP-Daemon" + SOURCE="HTTP-Daemon" TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="https://metacpan.org/release/libwww-perl/" -WGET_URL="http://www.cpan.org/authors/id/G/GA/GAAS/$TARBALL" +WGET_URL="https://www.cpan.org/modules/by-module/HTTP/$TARBALL" DEPENDS="perl perl-http-date perl-http-message perl-lwp-mediatypes" BUILD_DEPENDS="perl $DEPENDS" @@ -17,14 +18,14 @@ # Rules to configure and make the package. compile_rules() { - cd $src - perl Makefile.PL && make && make DESTDIR=$DESTDIR install - + perl Makefile.PL && + make && + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr - cp -a $install/usr/lib $fs/usr + cp -a $install/usr/lib $fs/usr }