wok annotate perl-lwp-protocol-https/receipt @ rev 22042

gcc83-lib-base: do NOT provide gcc-lib-base
Currently BOTH gcc-lib-base and gcc83-lib-base are installed on my SliTaz system. So, with the current (and longstanding) tazpkg limitations I can't update just gcc-lib-base: tazpkg always updates gcc83-lib-base for me instead. Now I can't run Firefox, Vivaldi, Chrome, etc. I think because of gcc-lib-base, but I not sure 1bsolutely.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Oct 22 12:55:54 2019 +0300 (2019-10-22)
parents 660220d9dba5
children ca4a422cce07
rev   line source
pascal@20469 1 # SliTaz package receipt.
pascal@20469 2
pascal@20469 3 PACKAGE="perl-lwp-protocol-https"
pascal@20469 4 VERSION="6.07"
pascal@20469 5 CATEGORY="development"
pascal@20469 6 SHORT_DESC="LWP::Protocol::https module is a Perl extension."
pascal@20469 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@20469 8 LICENSE="GPL"
pascal@20472 9 DEPENDS="libwww-perl perl-io-socket-ssl"
pascal@20472 10 BUILD_DEPENDS="$DEPENDS"
pascal@20469 11 SOURCE="LWP-Protocol-https"
pascal@20469 12 TARBALL="$SOURCE-$VERSION.tar.gz"
pascal@20469 13 WEB_SITE="http://cpan.org/"
pascal@20469 14 WGET_URL="https://cpan.metacpan.org/authors/id/O/OA/OALDERS/$TARBALL"
pascal@20469 15
pascal@20469 16 # Rules to configure and make the package.
pascal@20469 17 compile_rules()
pascal@20469 18 {
pascal@20469 19 perl Makefile.PL &&
pascal@20469 20 make &&
pascal@20469 21 make DESTDIR=$DESTDIR install
pascal@20469 22 }
pascal@20469 23
pascal@20469 24 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@20469 25 genpkg_rules()
pascal@20469 26 {
pascal@20469 27 mkdir -p $fs/usr
pascal@20469 28 cp -a $install/usr/lib $fs/usr
pascal@20469 29 }