wok annotate fcgi-dev/receipt @ rev 20005

Up: PeaZip v6.0.0 to v6.4.1 :: Some dependencies satisfied.
author Leonardo Laporte <hackdorte@yandex.com>
date Tue Aug 01 12:26:53 2017 -0300 (2017-08-01)
parents 9a057b31dba5
children e3f377fbc5f0
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"
pankso@2473 9 WEB_SITE="http://www.fastcgi.com/"
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 }