From 9e7ef0371ac7d15845fe942a4421ff9bfd584d33 Mon Sep 17 00:00:00 2001 From: Larry Hajali Date: Sun, 20 Jun 2010 09:25:43 -0400 Subject: libraries/gdata: Updated for version 2.0.10. Signed-off-by: dsomero --- libraries/gdata/gdata.SlackBuild | 6 ++---- libraries/gdata/gdata.info | 6 +++--- 2 files changed, 5 insertions(+), 7 deletions(-) (limited to 'libraries') diff --git a/libraries/gdata/gdata.SlackBuild b/libraries/gdata/gdata.SlackBuild index 24fc9bab1d..ce2a636eef 100644 --- a/libraries/gdata/gdata.SlackBuild +++ b/libraries/gdata/gdata.SlackBuild @@ -5,16 +5,14 @@ # Written by Larry Hajali 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 707968ce8a..e551ea6742 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" -- cgit v1.2.3