mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
libraries/liburcu: Updated for version 0.8.4.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
parent
f409ab06d1
commit
d51f440ca8
2 changed files with 6 additions and 8 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for liburcu
|
||||
|
||||
# Copyright 2013 Willy Sudiarto Raharjo <willysr@slackbuilds.org
|
||||
# Copyright 2013-2014 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=liburcu
|
||||
VERSION=${VERSION:-0.8.1}
|
||||
VERSION=${VERSION:-0.8.4}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
SRCNAM=userspace-rcu
|
||||
|
@ -89,9 +89,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
|
|||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a \
|
||||
README LICENSE ChangeLog doc/*.txt \
|
||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a README LICENSE ChangeLog doc/*.txt $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="liburcu"
|
||||
VERSION="0.8.1"
|
||||
VERSION="0.8.4"
|
||||
HOMEPAGE="http://lttng.org/urcu"
|
||||
DOWNLOAD="http://lttng.org/files/urcu/userspace-rcu-0.8.1.tar.bz2"
|
||||
MD5SUM="c0c0613bcce3b6954a050faa6dec6f51"
|
||||
DOWNLOAD="http://lttng.org/files/urcu/userspace-rcu-0.8.4.tar.bz2"
|
||||
MD5SUM="2ca6671b20a550aa0e8020a1a9a96fd4"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue