wok-next diff liburcu/receipt @ rev 20791

Up gnome-games, and add/update all the required dependencies
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Jun 10 01:56:40 2018 +0300 (2018-06-10)
parents 9e5dca6702bf
children 8b5b2a6d07b8
line diff
     1.1 --- a/liburcu/receipt	Sat Apr 07 16:01:14 2018 +0300
     1.2 +++ b/liburcu/receipt	Sun Jun 10 01:56:40 2018 +0300
     1.3 @@ -8,14 +8,14 @@
     1.4  LICENSE="LGPL2.1"
     1.5  WEB_SITE="http://liburcu.org/"
     1.6  
     1.7 -SOURCE="userspace-rcu"
     1.8 -TARBALL="$SOURCE-$VERSION.tar.bz2"
     1.9 +TARBALL="userspace-rcu-$VERSION.tar.bz2"
    1.10  WGET_URL="http://www.lttng.org/files/urcu/$TARBALL"
    1.11  
    1.12  SPLIT="liburcu-dev"
    1.13  
    1.14  compile_rules() {
    1.15 -	./configure $CONFIGURE_ARGS
    1.16 +	./configure $CONFIGURE_ARGS &&
    1.17 +	fix libtool &&
    1.18  	make &&
    1.19  	make DESTDIR=$DESTDIR install
    1.20  }