libraries/upscaledb: Updated for version 2.2.2
Signed-off-by: Andre Barboza <bmg.andre@gmail.com>
This commit is contained in:
parent
441adff9d6
commit
4f5207ace8
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=upscaledb
|
||||
VERSION=${VERSION:-2.2.0}
|
||||
VERSION=${VERSION:-2.2.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -59,9 +59,9 @@ set -e
|
|||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||
cd $PRGNAM-$VERSION
|
||||
rm -rf $PRGNAM-release-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-release-$VERSION.tar.gz
|
||||
cd $PRGNAM-release-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||
|
@ -69,6 +69,7 @@ find -L . \
|
|||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
|
||||
./bootstrap.sh
|
||||
CFLAGS="$SLKCFLAGS -DNDEBUG" \
|
||||
CXXFLAGS="$SLKCFLAGS -DNDEBUG" \
|
||||
./configure \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="upscaledb"
|
||||
VERSION="2.2.0"
|
||||
VERSION="2.2.2"
|
||||
HOMEPAGE="https://upscaledb.com/"
|
||||
DOWNLOAD="http://files.upscaledb.com/dl/upscaledb-2.2.0.tar.gz"
|
||||
MD5SUM="8206e4a1297cdc2b8a87a1fef01b06a0"
|
||||
DOWNLOAD="https://github.com/cruppstahl/upscaledb/archive/release-2.2.2/upscaledb-release-2.2.2.tar.gz"
|
||||
MD5SUM="ae656abd5e49f9dabe165148aba612ad"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="gperftools"
|
||||
|
|
Loading…
Reference in New Issue