wok view liburcu-dev/receipt @ rev 23435

updated plymouth (0.8.6.1 -> 0.9.4)
author Hans-G?nter Theisgen
date Thu Apr 02 08:03:08 2020 +0100 (2020-04-02)
parents 81242ce6ec71
children 72a3c94f32c8
line source
1 # SliTaz package receipt.
3 PACKAGE="liburcu-dev"
4 VERSION="0.11.1"
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 mkdir -p $fs/usr/lib
18 cp -a $install/usr/lib/*a $fs/usr/lib
19 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
20 cp -a $install/usr/include $fs/usr
21 }