wok-next view python-llfuse/receipt @ rev 20885

Update python (2.7.15)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Jul 13 13:52:56 2018 +0300 (2018-07-13)
parents 6c73b944e8dd
children c9a7a7b42a86
line source
1 # SliTaz package receipt v2.
3 PACKAGE="python-llfuse"
4 VERSION="1.3.2"
5 CATEGORY="development"
6 SHORT_DESC="Python bindings for the low level FUSE API"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="LGPL2"
9 WEB_SITE="https://github.com/python-llfuse/python-llfuse"
10 REPOLOGY="python:llfuse"
12 SOURCE="llfuse"
13 TARBALL="llfuse-$VERSION.tar.bz2"
14 WGET_URL="https://bitbucket.org/nikratio/python-llfuse/downloads/$TARBALL"
16 BUILD_DEPENDS="python-dev fuse2-dev attr-dev"
18 compile_rules() {
19 python setup.py build &&
20 python setup.py install --root=$DESTDIR
21 }
23 genpkg_rules() {
24 copy @std
25 DEPENDS="fuse2 python"
26 }