wok-next view fcgi-dev/receipt @ rev 17701
Add libmateweather
author | Yuri Pourre <yuripourre@gmail.com> |
---|---|
date | Fri Feb 27 01:06:08 2015 -0300 (2015-02-27) |
parents | 9a057b31dba5 |
children |
line source
1 # SliTaz package receipt.
3 PACKAGE="fcgi-dev"
4 VERSION="2.4.0"
5 CATEGORY="development"
6 SHORT_DESC="Fast CGI devel files."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="http://www.fastcgi.com/"
10 WANTED="fcgi"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib
16 cp -a $install/usr/lib/*.*a $fs/usr/lib
17 cp -a $install/usr/include $fs/usr
18 }