wok view yaml-dev/receipt @ rev 22340

Add perl-netaddr-ip & spamassassin
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Nov 15 23:13:17 2019 +0100 (2019-11-15)
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 }