wok view log4c-dev/receipt @ rev 20974

updated glew-dev again (1.5.8 -> 2.1.0)
author Hans-G?nter Theisgen
date Tue Mar 05 16:42:51 2019 +0100 (2019-03-05)
parents 44c65752ed20
children 757039210b24
line source
1 # SliTaz package receipt.
3 PACKAGE="log4c-dev"
4 VERSION="1.2.1"
5 CATEGORY="development"
6 SHORT_DESC="Log4c development files"
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="LGPL2.1"
9 WEB_SITE="http://log4c.sourceforge.net"
10 WANTED="log4c"
12 DEPENDS="log4c"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
18 cp -a $install/usr/bin $fs/usr
19 cp -a $install/usr/lib/*.*a $fs/usr/lib
20 cp -a $install/usr/include $fs/usr
21 cp -a $install/usr/share $fs/usr
22 }