mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
libraries/liburcu: Updated for version 0.9.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
4ca335edf8
commit
75cd0d7e38
2 changed files with 5 additions and 5 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=liburcu
|
||||
VERSION=${VERSION:-0.8.7}
|
||||
VERSION=${VERSION:-0.9.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
SRCNAM=userspace-rcu
|
||||
|
@ -89,7 +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.md LICENSE ChangeLog *.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.7"
|
||||
VERSION="0.9.1"
|
||||
HOMEPAGE="http://urcu.so/"
|
||||
DOWNLOAD="http://lttng.org/files/urcu/userspace-rcu-0.8.7.tar.bz2"
|
||||
MD5SUM="7a6ee17871d31226db3f618e28351d22"
|
||||
DOWNLOAD="http://lttng.org/files/urcu/userspace-rcu-0.9.1.tar.bz2"
|
||||
MD5SUM="124eaeea06863271c0bdf2a0cc1d8e4b"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue