wok-next view perl-libwww-perl/receipt @ rev 19916

shake: tiny patch
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Oct 13 18:15:08 2017 +0200 (2017-10-13)
parents
children 0e7893ac206d
line source
1 # SliTaz package receipt.
3 PACKAGE="perl-libwww-perl"
4 VERSION="6.26"
5 CATEGORY="perl"
6 SHORT_DESC="The World-Wide Web library for Perl"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL"
9 WEB_SITE="https://metacpan.org/release/libwww-perl"
11 TARBALL="libwww-perl-$VERSION.tar.gz"
12 WGET_URL="https://cpan.metacpan.org/authors/id/O/OA/OALDERS/$TARBALL"
14 DEPENDS="perl-encode-locale perl-file-listing perl-html-parser \
15 perl-http-cookies perl-http-daemon perl-http-date perl-http-negotiate \
16 perl-http-message perl-lwp-mediatypes perl-net-http perl-try-tiny perl-uri \
17 perl-www-robotrules perl-test-fatal perl-test-requiresinternet"
18 BUILD_DEPENDS="$DEPENDS"
20 # Rules to configure and make the package.
21 compile_rules()
22 {
23 perl Makefile.PL &&
24 make && make DESTDIR=$install install &&
26 chmod -R u+w $install
27 }
29 # Rules to gen a SliTaz package suitable for Tazpkg.
30 genpkg_rules()
31 {
32 copy @std
33 }