wok-next annotate fcgi/receipt @ rev 21452

updated socat (2.0.0-b7 -> 2.0.0-b9)
author Hans-G?nter Theisgen
date Thu May 07 13:23:44 2020 +0100 (2020-05-07)
parents a3c581bf52b8
children bb57d318dd87
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"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@15593 8 LICENSE="MIT"
al@20906 9 WEB_SITE="https://fastcgi-archives.github.io/"
al@20464 10
pankso@2473 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@20906 12 WGET_URL="http://www.fastcgi.com/dist/$TARBALL" # FIXME
pankso@2473 13
al@21020 14 SPLIT="$PACKAGE-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 &&
al@21020 20 make -j1 DESTDIR=$install 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 }