wok view zeromq-dev/receipt @ rev 24986

Up nettle 3.7.3 again, need glib-networking rebuild to no break midori
author Stanislas Leduc <shann@slitaz.org>
date Wed May 11 08:28:28 2022 -0400 (2022-05-11)
parents fc9203de5ff2
children
line source
1 # SliTaz package receipt.
3 PACKAGE="zeromq-dev"
4 VERSION="3.2.2.3"
5 CATEGORY="development"
6 MAINTAINER="pascal.bellard@slitaz.org"
7 LICENSE="GPL3 LGPL3"
8 SHORT_DESC="The ZeroMQ messaging library, development files."
9 WEB_SITE="https://zeromq.org/"
10 WANTED="zeromq"
12 DEPENDS="zeromq pkg-config"
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/include $fs/usr
19 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
20 cp -a $install/usr/lib/*.a $fs/usr/lib
21 }