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 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'libraries/gdata/gdata.SlackBuild') 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 -- cgit v1.2.3