mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
libraries/gdata: Updated for version 2.0.10.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
6080a82cef
commit
9e7ef0371a
2 changed files with 5 additions and 7 deletions
|
@ -5,16 +5,14 @@
|
|||
# Written by Larry Hajali <larryhaja[at]gmail[dot]com>
|
||||
|
||||
PRGNAM=gdata
|
||||
VERSION=${VERSION:-2.0.9}
|
||||
VERSION=2.0.10
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
# Automatically determine the architecture we're building on:
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) ARCH=i486 ;;
|
||||
arm*) ARCH=arm ;;
|
||||
# Unless $ARCH is already set, use uname -m for all other archs:
|
||||
*) ARCH=$( uname -m ) ;;
|
||||
esac
|
||||
fi
|
||||
|
@ -39,7 +37,7 @@ find . \
|
|||
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
|
||||
-exec chmod 644 {} \;
|
||||
|
||||
python setup.py install --root=$PKG
|
||||
python setup.py install --root=$PKG --no-compile
|
||||
|
||||
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
|
||||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="gdata"
|
||||
VERSION="2.0.9"
|
||||
VERSION="2.0.10"
|
||||
HOMEPAGE="http://code.google.com/p/gdata-python-client/"
|
||||
DOWNLOAD="http://gdata-python-client.googlecode.com/files/gdata-2.0.9.tar.gz"
|
||||
MD5SUM="447e6e1424ca9d7f0191a90d9e635133"
|
||||
DOWNLOAD="http://gdata-python-client.googlecode.com/files/gdata-2.0.10.tar.gz"
|
||||
MD5SUM="118611eef4e97f025dd351bbab01bee2"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Larry Hajali"
|
||||
|
|
Loading…
Reference in a new issue