wok diff liburcu/receipt @ rev 24905
updated metasploit (5.0.91 -> 6.1.36)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Apr 09 13:21:57 2022 +0100 (2022-04-09) |
parents | ede1d184d5c5 |
children |
line diff
1.1 --- a/liburcu/receipt Mon Feb 14 17:51:14 2022 +0000 1.2 +++ b/liburcu/receipt Sat Apr 09 13:21:57 2022 +0100 1.3 @@ -1,14 +1,15 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="liburcu" 1.7 -SOURCE="userspace-rcu" 1.8 -VERSION="0.11.1" 1.9 +VERSION="0.13.0" 1.10 CATEGORY="system-tools" 1.11 SHORT_DESC="Userspace RCU (read-copy-update) library." 1.12 MAINTAINER="pascal.bellard@slitaz.org" 1.13 LICENSE="LGPL2.1" 1.14 WEB_SITE="https://liburcu.org/" 1.15 +REPOLOGY="urcu" 1.16 1.17 +SOURCE="userspace-rcu" 1.18 TARBALL="$SOURCE-$VERSION.tar.bz2" 1.19 WGET_URL="https://www.lttng.org/files/urcu/$TARBALL" 1.20 1.21 @@ -25,13 +26,12 @@ 1.22 ./configure \ 1.23 --prefix=/usr \ 1.24 $CONFIGURE_ARGS 1.25 - make -j 1 && 1.26 - make DESTDIR=$DESTDIR install 1.27 + make && 1.28 + make install DESTDIR=$DESTDIR 1.29 } 1.30 1.31 # Rules to gen a SliTaz package suitable for Tazpkg. 1.32 genpkg_rules() 1.33 { 1.34 - mkdir -p $fs/usr/lib 1.35 - cp -a $install/usr/lib/*.so* $fs/usr/lib 1.36 + cook_copy_files *.so* 1.37 }