mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
libraries/gperftools: Fixed tarball handling.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
8411f387c9
commit
87c33b4ffe
3 changed files with 3 additions and 3 deletions
|
@ -60,7 +60,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||
tar xvf $CWD/$PRGNAM-$PRGNAM-$VERSION.tar.gz
|
||||
cd $PRGNAM-$PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PRGNAM="gperftools"
|
||||
VERSION="2.5"
|
||||
HOMEPAGE="https://github.com/gperftools/gperftools/"
|
||||
DOWNLOAD="https://github.com/gperftools/gperftools/archive/gperftools-2.5.tar.gz"
|
||||
DOWNLOAD="https://github.com/gperftools/gperftools/archive/gperftools-2.5/gperftools-gperftools-2.5.tar.gz"
|
||||
MD5SUM="b2e7137ae1c5839cc83f1e4d3af8d952"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
# customary to leave one space after the ':' except on otherwise blank lines.
|
||||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
gperftools: gperftools (multi-threaded malloc implementation and perfomance tools)
|
||||
gperftools: gperftools (multi-threaded malloc implementation & performance tools)
|
||||
gperftools:
|
||||
gperftools: gperftools is a collection of a high-performance multi-threaded
|
||||
gperftools: malloc() implementation, plus some pretty nifty performance
|
||||
|
|
Loading…
Reference in a new issue