wok view liburcu-dev/receipt @ rev 24985

Add python-future
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue May 10 07:46:58 2022 +0000 (2022-05-10)
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 }