diff options
author | dslackw <d.zlatanidis@gmail.com> | 2014-08-06 03:15:16 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-08-06 14:18:46 +0700 |
commit | 0492e65e30f46e67657cdc43c2b7a0c242946e83 (patch) | |
tree | 16bf3f8e463d02d4d0dd9a3a9f9d463339b071d4 /libraries/pysendfile/pysendfile.SlackBuild | |
parent | 22f3947b73e3a8e28b818268ca4315cd34202976 (diff) |
libraries/pysendfile: Updated for version 2.0.1.
Signed-off-by: dslackw <d.zlatanidis@gmail.com>
Diffstat (limited to 'libraries/pysendfile/pysendfile.SlackBuild')
-rw-r--r-- | libraries/pysendfile/pysendfile.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libraries/pysendfile/pysendfile.SlackBuild b/libraries/pysendfile/pysendfile.SlackBuild index 8302a07b66a5..b4d18f07e5e8 100644 --- a/libraries/pysendfile/pysendfile.SlackBuild +++ b/libraries/pysendfile/pysendfile.SlackBuild @@ -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 |