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/gdata.SlackBuild | |
parent | 6080a82cef69317f44620b13e4ff2825d205c949 (diff) | |
download | slackbuilds-9e7ef0371ac7d15845fe942a4421ff9bfd584d33.tar.gz |
libraries/gdata: Updated for version 2.0.10.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'libraries/gdata/gdata.SlackBuild')
-rw-r--r-- | libraries/gdata/gdata.SlackBuild | 6 |
1 files changed, 2 insertions, 4 deletions
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 <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 |