diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2010-06-20 09:25:43 -0400 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-06-20 15:20:26 -0500 |
commit | 9e7ef0371ac7d15845fe942a4421ff9bfd584d33 (patch) | |
tree | a57e216f632a4c92a4488a04996eee9edebe03d7 /libraries/gdata | |
parent | 6080a82cef69317f44620b13e4ff2825d205c949 (diff) |
libraries/gdata: Updated for version 2.0.10.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'libraries/gdata')
-rw-r--r-- | libraries/gdata/gdata.SlackBuild | 6 | ||||
-rw-r--r-- | libraries/gdata/gdata.info | 6 |
2 files changed, 5 insertions, 7 deletions
diff --git a/libraries/gdata/gdata.SlackBuild b/libraries/gdata/gdata.SlackBuild index 24fc9bab1de3..ce2a636eefd6 100644 --- a/libraries/gdata/gdata.SlackBuild +++ b/libraries/gdata/gdata.SlackBuild @@ -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 diff --git a/libraries/gdata/gdata.info b/libraries/gdata/gdata.info index 707968ce8a70..e551ea6742a1 100644 --- a/libraries/gdata/gdata.info +++ b/libraries/gdata/gdata.info @@ -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" |