wok-next annotate perl-fcgi-procmanager/receipt @ rev 20074

Up dooble, smtube
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Wed Oct 25 05:01:33 2017 +0200 (2017-10-25)
parents afd740108fd6
children 4e6503d7a19f
rev   line source
nneul@17871 1 # SliTaz package receipt.
nneul@17871 2
nneul@17871 3 PACKAGE="perl-fcgi-procmanager"
al@19709 4 VERSION="0.28"
al@19709 5 CATEGORY="perl"
al@19709 6 SHORT_DESC="FCGI::ProcManager - functions for managing FastCGI applications"
nneul@17871 7 MAINTAINER="nneul@neulinger.org"
nneul@17871 8 LICENSE="GPL"
al@19709 9 WEB_SITE="https://metacpan.org/release/FCGI-ProcManager"
al@19709 10
al@19709 11 TARBALL="FCGI-ProcManager-$VERSION.tar.gz"
al@19709 12 WGET_URL="https://cpan.metacpan.org/authors/id/A/AR/ARODLAND/$TARBALL"
al@19709 13
nneul@17871 14 DEPENDS="perl"
nneul@17871 15 BUILD_DEPENDS="perl"
nneul@17871 16
nneul@17871 17 # Rules to configure and make the package.
nneul@17871 18 compile_rules()
nneul@17871 19 {
nneul@17871 20 perl Makefile.PL &&
al@19709 21 make && make DESTDIR=$install install &&
al@19709 22
al@19709 23 chmod -R u+w $install
nneul@17871 24 }
nneul@17871 25
nneul@17871 26 # Rules to gen a SliTaz package suitable for Tazpkg.
nneul@17871 27 genpkg_rules()
nneul@17871 28 {
al@19709 29 copy @std
nneul@17871 30 }