wok view liburcu-dev/receipt @ rev 24988

Fix perl-gd & tcptrack
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu May 12 11:01:25 2022 +0000 (2022-05-12)
parents 9d1055261327
children
line source
1 # SliTaz package receipt.
3 PACKAGE="liburcu-dev"
4 VERSION="0.13.0"
5 CATEGORY="development"
6 SHORT_DESC="Userspace RCU (read-copy-update) library, development files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="LGPL2.1"
9 WEB_SITE="https://liburcu.org/"
11 DEPENDS="liburcu pkg-config"
12 WANTED="liburcu"
14 genpkg_rules()
15 {
16 get_dev_files
17 }