libraries/pysendfile: Updated for version 2.0.1.

Signed-off-by: dslackw <d.zlatanidis@gmail.com>
This commit is contained in:
dslackw 2014-08-06 03:15:16 +03:00 committed by Willy Sudiarto Raharjo
parent 22f3947b73
commit 0492e65e30
2 changed files with 5 additions and 5 deletions

View file

@ -24,7 +24,7 @@
PRGNAM=pysendfile
VERSION=${VERSION:-2.0.0}
VERSION=${VERSION:-2.0.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -80,7 +80,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a README HISTORY LICENSE $PKG/usr/doc/$PRGNAM-$VERSION
cp -a README.rst HISTORY.rst LICENSE $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install

View file

@ -1,8 +1,8 @@
PRGNAM="pysendfile"
VERSION="2.0.0"
VERSION="2.0.1"
HOMEPAGE="http://code.google.com/p/pysendfile/"
DOWNLOAD="http://pysendfile.googlecode.com/files/pysendfile-2.0.0.tar.gz"
MD5SUM="bd8d96b64e7c5c5b91ea2a6659aa82a3"
DOWNLOAD="https://pypi.python.org/packages/source/p/pysendfile/pysendfile-2.0.1.tar.gz"
MD5SUM="e7b301eddd703ab74a48c59a8fda1f97"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""