wok annotate log4c-dev/receipt @ rev 21825

Up lz4 (1.9.2) & zstd (1.4.3)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Sep 11 10:54:36 2019 +0200 (2019-09-11)
parents 76b72f1ad63c
children
rev   line source
erjo@13410 1 # SliTaz package receipt.
erjo@13410 2
erjo@13410 3 PACKAGE="log4c-dev"
Hans-G?nter@21374 4 VERSION="1.2.4"
erjo@13410 5 CATEGORY="development"
Hans-G?nter@21374 6 SHORT_DESC="Log4c - development files"
erjo@13410 7 MAINTAINER="erjo@slitaz.org"
pascal@14996 8 LICENSE="LGPL2.1"
Hans-G?nter@21374 9 WEB_SITE="https://log4c.sourceforge.io"
erjo@13410 10
erjo@13410 11 DEPENDS="log4c"
Hans-G?nter@21374 12 WANTED="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
Hans-G?nter@21374 18
Hans-G?nter@21374 19 cp -a $install/usr/bin $fs/usr
Hans-G?nter@21374 20 cp -a $install/usr/lib/*.*a $fs/usr/lib
Hans-G?nter@21374 21 cp -a $install/usr/include $fs/usr
Hans-G?nter@21374 22 cp -a $install/usr/share $fs/usr
erjo@13410 23 }