wok view liburcu-dev/receipt @ rev 22277

updated xorg-xf86-video-r128 (6.10.2 -> 6.12.0)
author Hans-G?nter Theisgen
date Wed Nov 13 14:06:53 2019 +0100 (2019-11-13)
parents 5ffe5c4c78fd
children 9d1055261327
line source
1 # SliTaz package receipt.
3 PACKAGE="liburcu-dev"
4 VERSION="0.10.2"
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 WANTED="liburcu"
12 DEPENDS="liburcu pkg-config"
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 }