mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
libraries/gdata: Upgraded to 2.0.18
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
8e325cc7da
commit
6ba550e2ed
2 changed files with 4 additions and 7 deletions
|
@ -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 \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="gdata"
|
||||
VERSION="2.0.10"
|
||||
VERSION="2.0.18"
|
||||
HOMEPAGE="http://code.google.com/p/gdata-python-client/"
|
||||
DOWNLOAD="http://gdata-python-client.googlecode.com/files/gdata-2.0.10.tar.gz"
|
||||
MD5SUM="118611eef4e97f025dd351bbab01bee2"
|
||||
DOWNLOAD="http://gdata-python-client.googlecode.com/files/gdata-2.0.18.tar.gz"
|
||||
MD5SUM="13b6e6dd8f9e3e9a8e005e05a8329408"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue