wok annotate log4c-dev/receipt @ rev 20771

cpige: add man page for cook.slitaz.org
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Feb 13 16:56:42 2019 +0100 (2019-02-13)
parents 44c65752ed20
children 757039210b24
rev   line source
erjo@13410 1 # SliTaz package receipt.
erjo@13410 2
erjo@13410 3 PACKAGE="log4c-dev"
erjo@13410 4 VERSION="1.2.1"
erjo@13410 5 CATEGORY="development"
erjo@13410 6 SHORT_DESC="Log4c development files"
erjo@13410 7 MAINTAINER="erjo@slitaz.org"
pascal@14996 8 LICENSE="LGPL2.1"
erjo@13410 9 WEB_SITE="http://log4c.sourceforge.net"
erjo@13410 10 WANTED="log4c"
erjo@13410 11
erjo@13410 12 DEPENDS="log4c"
erjo@13410 13
erjo@13410 14 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@13410 15 genpkg_rules()
erjo@13410 16 {
erjo@13410 17 mkdir -p $fs/usr/lib
erjo@13410 18 cp -a $install/usr/bin $fs/usr
erjo@13410 19 cp -a $install/usr/lib/*.*a $fs/usr/lib
erjo@13410 20 cp -a $install/usr/include $fs/usr
erjo@13410 21 cp -a $install/usr/share $fs/usr
erjo@13410 22 }