summaryrefslogtreecommitdiffstats
path: root/development/apitrace
diff options
context:
space:
mode:
author Hunter Sezen <orbea@riseup.net>2019-04-25 23:43:07 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2019-04-25 23:43:07 +0700
commit7a97fa15648ae3f644721c2009c468f96f42ab37 (patch)
tree24f895f5fb8423d9170a2022063c89c8152c4c5c /development/apitrace
parent57d4fd2a23cd767e9a0111d7b87596341d940c3a (diff)
downloadslackbuilds-7a97fa15648ae3f644721c2009c468f96f42ab37.tar.gz
slackbuilds-7a97fa15648ae3f644721c2009c468f96f42ab37.tar.xz
development/apitrace: Updated for version 8.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/apitrace')
-rw-r--r--development/apitrace/apitrace.SlackBuild10
-rw-r--r--development/apitrace/apitrace.info8
2 files changed, 9 insertions, 9 deletions
diff --git a/development/apitrace/apitrace.SlackBuild b/development/apitrace/apitrace.SlackBuild
index 95eb24f580..d5f42568ce 100644
--- a/development/apitrace/apitrace.SlackBuild
+++ b/development/apitrace/apitrace.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for apitrace
-# Copyright 2015-2017 Hunter Sezen California, USA
+# Copyright 2015-2017, 2019 Hunter Sezen California, USA
# 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=apitrace
-VERSION=${VERSION:-2017.11.20_19c33cb}
+VERSION=${VERSION:-8.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -60,7 +60,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tar.xz
+tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
@@ -82,8 +82,8 @@ cd build
make install DESTDIR=$PKG
cd ..
-find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
- | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
+find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" |
+ grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
diff --git a/development/apitrace/apitrace.info b/development/apitrace/apitrace.info
index e19ebac376..5b816f7696 100644
--- a/development/apitrace/apitrace.info
+++ b/development/apitrace/apitrace.info
@@ -1,10 +1,10 @@
PRGNAM="apitrace"
-VERSION="2017.11.20_19c33cb"
+VERSION="8.0"
HOMEPAGE="https://apitrace.github.io/"
-DOWNLOAD="http://slackware.uk/sbosrcarch/by-name/development/apitrace/apitrace-2017.11.20_19c33cb.tar.xz"
-MD5SUM="0f30c6cdac63b85f4aca5cec2aa09b37"
+DOWNLOAD="https://github.com/apitrace/apitrace/archive/8.0/apitrace-8.0.tar.gz"
+MD5SUM="87e917879342b17f6076ddc65abc9503"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
MAINTAINER="Hunter Sezen"
-EMAIL="orbea@fredslev.dk"
+EMAIL="orbea@riseup.net"