wok-next annotate perl-cgi-session/receipt @ rev 20957

Random updates
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Sep 05 15:26:05 2018 +0300 (2018-09-05)
parents 1a86cb99cbbf
children f48456621a9d
rev   line source
pascal@1661 1 # SliTaz package receipt.
pascal@1661 2
pascal@1661 3 PACKAGE="perl-cgi-session"
al@19709 4 VERSION="4.48"
al@19709 5 CATEGORY="perl"
al@19709 6 SHORT_DESC="CGI::Session - persistent session data in CGI applications"
pascal@1661 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@14702 8 LICENSE="GPL"
al@19709 9 WEB_SITE="https://metacpan.org/release/CGI-Session"
al@20884 10 REPOLOGY="perl:cgi-session"
al@19709 11
al@19709 12 TARBALL="CGI-Session-$VERSION.tar.gz"
al@19709 13 WGET_URL="https://cpan.metacpan.org/authors/id/M/MA/MARKSTOS/$TARBALL"
al@19709 14
al@19709 15 DEPENDS="perl-cgi"
al@19709 16 BUILD_DEPENDS="$DEPENDS"
pascal@1661 17
pascal@1661 18 # Rules to configure and make the package.
pascal@1661 19 compile_rules()
pascal@1661 20 {
pascal@1661 21 perl Makefile.PL &&
al@19709 22 make && make DESTDIR=$install install &&
al@19709 23
al@19709 24 chmod -R u+w $install
pascal@1661 25 }
pascal@1661 26
pascal@1661 27 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@1661 28 genpkg_rules()
pascal@1661 29 {
al@19709 30 copy @std
pascal@1661 31 }