wok annotate fcgi-dev/receipt @ rev 25267

Update some deps using gcc83-lib-base
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Jul 17 08:24:48 2022 +0000 (23 months ago)
parents 3463bfcc3cb9
children
rev   line source
pankso@2473 1 # SliTaz package receipt.
pankso@2473 2
pankso@2473 3 PACKAGE="fcgi-dev"
Hans-G?nter@22753 4 VERSION="2.4.2"
pankso@2473 5 CATEGORY="development"
Hans-G?nter@22753 6 SHORT_DESC="Fast CGI development files."
pankso@2473 7 MAINTAINER="pankso@slitaz.org"
pascal@15593 8 LICENSE="MIT"
pascal@20673 9 WEB_SITE="https://fastcgi-archives.github.io/"
Hans-G?nter@22753 10
pascal@25267 11 DEPENDS="fcgi"
pankso@2473 12 WANTED="fcgi"
pankso@2473 13
pankso@2473 14 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@2473 15 genpkg_rules()
pankso@2473 16 {
pankso@2473 17 mkdir -p $fs/usr/lib
Hans-G?nter@22753 18
Hans-G?nter@22753 19 cp -a $install/usr/lib/*.*a $fs/usr/lib
Hans-G?nter@22753 20 cp -a $install/usr/include $fs/usr
pankso@2473 21 }