wok diff perl-http-daemon/receipt @ rev 25201
updated python-lxml (4.5.0 -> 4.7.1)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Jul 13 14:11:40 2022 +0100 (2022-07-13) |
parents | 15650f5d595b |
children | b27d8c263cba |
line diff
1.1 --- a/perl-http-daemon/receipt Fri Sep 17 10:35:57 2021 +0000 1.2 +++ b/perl-http-daemon/receipt Wed Jul 13 14:11:40 2022 +0100 1.3 @@ -1,19 +1,20 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="perl-http-daemon" 1.7 -VERSION="6.06" 1.8 +VERSION="6.12" 1.9 CATEGORY="development" 1.10 SHORT_DESC="A Perl simple http server class." 1.11 MAINTAINER="erjo@slitaz.org" 1.12 LICENSE="GPL" 1.13 -WEB_SITE="https://metacpan.org/release/HTTP-Daemon" 1.14 +WEB_SITE="https://metacpan.org/pod/HTTP::Daemon" 1.15 +REPOLOGY="perl:http-daemon" 1.16 1.17 SOURCE="HTTP-Daemon" 1.18 TARBALL="$SOURCE-$VERSION.tar.gz" 1.19 WGET_URL="https://www.cpan.org/modules/by-module/HTTP/$TARBALL" 1.20 1.21 DEPENDS="perl perl-http-date perl-http-message perl-lwp-mediatypes" 1.22 -BUILD_DEPENDS="perl $DEPENDS" 1.23 +BUILD_DEPENDS="$DEPENDS" 1.24 1.25 current_version() 1.26 { 1.27 @@ -26,12 +27,11 @@ 1.28 { 1.29 perl Makefile.PL && 1.30 make && 1.31 - make DESTDIR=$DESTDIR install 1.32 + make install DESTDIR=$DESTDIR 1.33 } 1.34 1.35 # Rules to gen a SliTaz package suitable for Tazpkg. 1.36 genpkg_rules() 1.37 { 1.38 - mkdir -p $fs/usr 1.39 - cp -a $install/usr/lib $fs/usr 1.40 + cook_copy_folders lib 1.41 }