wok-next annotate perl-libwww-perl/receipt @ rev 20213

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