wok annotate fcgi-dev/receipt @ rev 21359

updated linapple (2a -> 2b)
author Hans-G?nter Theisgen
date Sun Apr 21 10:37:57 2019 +0100 (2019-04-21)
parents 3b4e4318134e
children 3463bfcc3cb9
rev   line source
pankso@2473 1 # SliTaz package receipt.
pankso@2473 2
pankso@2473 3 PACKAGE="fcgi-dev"
pankso@2473 4 VERSION="2.4.0"
pankso@2473 5 CATEGORY="development"
pankso@2473 6 SHORT_DESC="Fast CGI devel files."
pankso@2473 7 MAINTAINER="pankso@slitaz.org"
pascal@15593 8 LICENSE="MIT"
pascal@20673 9 WEB_SITE="https://fastcgi-archives.github.io/"
pankso@2473 10 WANTED="fcgi"
pankso@2473 11
pankso@2473 12 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@2473 13 genpkg_rules()
pankso@2473 14 {
pankso@2473 15 mkdir -p $fs/usr/lib
pascal@15593 16 cp -a $install/usr/lib/*.*a $fs/usr/lib
pascal@15593 17 cp -a $install/usr/include $fs/usr
pankso@2473 18 }