wok view log4c-dev/receipt @ rev 22179

linld: spare up to 30k more for zImage (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Nov 09 13:26:32 2019 +0100 (2019-11-09)
parents 76b72f1ad63c
children
line source
1 # SliTaz package receipt.
3 PACKAGE="log4c-dev"
4 VERSION="1.2.4"
5 CATEGORY="development"
6 SHORT_DESC="Log4c - development files"
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="LGPL2.1"
9 WEB_SITE="https://log4c.sourceforge.io"
11 DEPENDS="log4c"
12 WANTED="log4c"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
19 cp -a $install/usr/bin $fs/usr
20 cp -a $install/usr/lib/*.*a $fs/usr/lib
21 cp -a $install/usr/include $fs/usr
22 cp -a $install/usr/share $fs/usr
23 }