wok-next annotate fcgi/receipt @ rev 20715

Up nsd (4.1.21)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun May 27 13:10:46 2018 +0300 (2018-05-27)
parents 4396aed7eb01
children a3c581bf52b8
rev   line source
al@20464 1 # SliTaz package receipt v2.
pankso@2473 2
pankso@2473 3 PACKAGE="fcgi"
pankso@2473 4 VERSION="2.4.0"
pankso@2473 5 CATEGORY="development"
al@20464 6 SHORT_DESC="Fast CGI binary and library"
pankso@2473 7 MAINTAINER="pankso@slitaz.org"
pascal@15593 8 LICENSE="MIT"
al@20464 9 WEB_SITE="http://www.fastcgi.com/"
al@20464 10
pankso@2473 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
pankso@2473 12 WGET_URL="http://www.fastcgi.com/dist/$TARBALL"
pankso@2473 13
al@20464 14 SPLIT="fcgi-dev"
al@20464 15
al@20464 16 compile_rules() {
al@20464 17 ./configure $CONFIGURE_ARGS &&
al@20569 18 fix libtool &&
slaxemulator@8437 19 make -j1 &&
pascal@15593 20 make -j1 DESTDIR=$DESTDIR install
pankso@2473 21 }
pankso@2473 22
al@20464 23 genpkg_rules() {
al@20464 24 case $PACKAGE in
al@20464 25 fcgi)
al@20464 26 copy @std
al@20464 27 TAGS="CGI"
al@20464 28 ;;
al@20464 29 *-dev)
al@20464 30 copy @dev
al@20464 31 ;;
al@20464 32 esac
pankso@2473 33 }