wok-next view liburcu/receipt @ rev 20557

Remove *.la files.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Apr 07 16:01:14 2018 +0300 (2018-04-07)
parents d43bf7aae921
children 5841522533ec
line source
1 # SliTaz package receipt v2.
3 PACKAGE="liburcu"
4 VERSION="0.10.0"
5 CATEGORY="system-tools"
6 SHORT_DESC="Userspace RCU (read-copy-update) library"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="LGPL2.1"
9 WEB_SITE="http://liburcu.org/"
11 SOURCE="userspace-rcu"
12 TARBALL="$SOURCE-$VERSION.tar.bz2"
13 WGET_URL="http://www.lttng.org/files/urcu/$TARBALL"
15 SPLIT="liburcu-dev"
17 compile_rules() {
18 ./configure $CONFIGURE_ARGS
19 make &&
20 make DESTDIR=$DESTDIR install
21 }
23 genpkg_rules() {
24 case $PACKAGE in
25 liburcu) copy @std;;
26 *-dev) copy @dev;;
27 esac
28 }