mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
python/llfuse: Updated for version 0.42.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
51f769eb7a
commit
4f55fd5e92
2 changed files with 5 additions and 5 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=llfuse
|
||||
VERSION=${VERSION:-0.40}
|
||||
VERSION=${VERSION:-0.42.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -81,7 +81,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
|
|||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION/html
|
||||
cp -a examples Changes.txt LICENSE $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a examples Changes.rst LICENSE $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a doc/html/*.html doc/html/searchindex.js doc/html/_static \
|
||||
$PKG/usr/doc/$PRGNAM-$VERSION/html
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="llfuse"
|
||||
VERSION="0.40"
|
||||
VERSION="0.42.1"
|
||||
HOMEPAGE="https://bitbucket.org/nikratio/python-llfuse/"
|
||||
DOWNLOAD="https://bitbucket.org/nikratio/python-llfuse/downloads/llfuse-0.40.tar.bz2"
|
||||
MD5SUM="bd8d07ddb6061ab03816e636efa37b5b"
|
||||
DOWNLOAD="https://bitbucket.org/nikratio/python-llfuse/downloads/llfuse-0.42.1.tar.bz2"
|
||||
MD5SUM="f69c9e50be7fb028138c6621884f9122"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue