wok annotate fcgi-dev/receipt @ rev 23887
glibc: fix for binutils 2.29 (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Jul 17 11:18:27 2020 +0000 (2020-07-17) |
parents | e3f377fbc5f0 |
children | dcb071a5e9e6 |
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 |
pankso@2473 | 11 WANTED="fcgi" |
pankso@2473 | 12 |
pankso@2473 | 13 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@2473 | 14 genpkg_rules() |
pankso@2473 | 15 { |
pankso@2473 | 16 mkdir -p $fs/usr/lib |
Hans-G?nter@22753 | 17 |
Hans-G?nter@22753 | 18 cp -a $install/usr/lib/*.*a $fs/usr/lib |
Hans-G?nter@22753 | 19 cp -a $install/usr/include $fs/usr |
pankso@2473 | 20 } |