wok view yaml-dev/receipt @ rev 23116

updated liburcu and liburcu-dev (0.10.2 -> 0.11.1)
author Hans-G?nter Theisgen
date Thu Mar 12 16:58:34 2020 +0100 (2020-03-12)
parents 6e8b1bcb30e2
children 0a8fc7cb7244
line source
1 # SliTaz package receipt.
3 PACKAGE="yaml-dev"
4 VERSION="0.2.2"
5 CATEGORY="development"
6 SHORT_DESC="yaml - development files."
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="CC-BY"
9 WEB_SITE="https://pyyaml.org/wiki/LibYAML"
11 DEPENDS="pkg-config yaml"
12 WANTED="yaml"
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/lib/*.*a $fs/usr/lib
20 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
21 cp -a $install/usr/include $fs/usr
22 }