wok-next annotate fcgi/receipt @ rev 20464

Combine receipts (final)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Mar 07 19:43:44 2018 +0200 (2018-03-07)
parents 3b4e4318134e
children 835b3b8ce6ac
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 &&
slaxemulator@8437 18 make -j1 &&
pascal@15593 19 make -j1 DESTDIR=$DESTDIR install
pankso@2473 20 }
pankso@2473 21
al@20464 22 genpkg_rules() {
al@20464 23 case $PACKAGE in
al@20464 24 fcgi)
al@20464 25 copy @std
al@20464 26 TAGS="CGI"
al@20464 27 ;;
al@20464 28 *-dev)
al@20464 29 copy @dev
al@20464 30 ;;
al@20464 31 esac
pankso@2473 32 }