diff options
author | larryhaja <larryhaja@gmail.com> | 2013-11-13 18:36:50 -0800 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-11-13 23:02:15 -0600 |
commit | 6ba550e2ed19d1512fcac949595721c525d33c2a (patch) | |
tree | dc25aa3956c8c52f4f356686141ab9e0164b9579 /libraries/gdata/gdata.SlackBuild | |
parent | 8e325cc7da17071c96e4979ccdcee94e933eacd6 (diff) |
libraries/gdata: Upgraded to 2.0.18
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'libraries/gdata/gdata.SlackBuild')
-rw-r--r-- | libraries/gdata/gdata.SlackBuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/libraries/gdata/gdata.SlackBuild b/libraries/gdata/gdata.SlackBuild index ce2a636eefd69..8d599119c18d0 100644 --- a/libraries/gdata/gdata.SlackBuild +++ b/libraries/gdata/gdata.SlackBuild @@ -5,7 +5,7 @@ # Written by Larry Hajali <larryhaja[at]gmail[dot]com> PRGNAM=gdata -VERSION=2.0.10 +VERSION=2.0.18 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -39,9 +39,6 @@ find . \ 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 - mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a \ INSTALL.txt PKG-INFO README.txt RELEASE_NOTES.txt \ |