wok-next annotate perl-fcgi/receipt @ rev 20449

xcb-proto is obsolete -> xorg-xcb-proto
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Feb 28 14:08:05 2018 +0200 (2018-02-28)
parents 1a86cb99cbbf
children 4e6503d7a19f
rev   line source
nneul@17870 1 # SliTaz package receipt.
nneul@17870 2
nneul@17870 3 PACKAGE="perl-fcgi"
al@19709 4 VERSION="0.78"
al@19709 5 CATEGORY="perl"
al@19709 6 SHORT_DESC="FCGI - Fast CGI module"
nneul@17870 7 MAINTAINER="nneul@neulinger.org"
al@19709 8 LICENSE="unknown"
al@19709 9 WEB_SITE="https://metacpan.org/release/FCGI"
al@19709 10
al@19709 11 TARBALL="FCGI-$VERSION.tar.gz"
al@19709 12 WGET_URL="https://cpan.metacpan.org/authors/id/E/ET/ETHER/$TARBALL"
al@19709 13
nneul@17870 14 DEPENDS="perl"
al@19769 15 BUILD_DEPENDS="perl-dev"
nneul@17870 16
nneul@17870 17 # Rules to configure and make the package.
nneul@17870 18 compile_rules()
nneul@17870 19 {
nneul@17870 20 perl Makefile.PL &&
al@19709 21 make && make DESTDIR=$install install &&
al@19709 22
al@19709 23 chmod -R u+w $install
nneul@17870 24 }
nneul@17870 25
nneul@17870 26 # Rules to gen a SliTaz package suitable for Tazpkg.
nneul@17870 27 genpkg_rules()
nneul@17870 28 {
al@19709 29 copy @std
nneul@17870 30 }