wok view liburcu-dev/receipt @ rev 25401

updated vorbis-tools (1.4.0 -> 1.4.2)
author Hans-G?nter Theisgen
date Tue Aug 02 14:59:23 2022 +0100 (22 months ago)
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 }