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

The rest of my "home work" for update many packages (up to Xorg, GTK and Openbox) for Next and mainly for Next64. Since this point this repository is open for commits. Many errors are expected due to harfbuzz-freetype dependency loop...
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Feb 24 16:17:33 2018 +0200 (2018-02-24)
parents 2a5cc8208d36
children 6c73b944e8dd
line source
1 # SliTaz package receipt.
3 PACKAGE="python-llfuse"
4 SOURCE="llfuse"
5 VERSION="1.3.2"
6 CATEGORY="development"
7 SHORT_DESC="Python bindings for the low level FUSE API"
8 MAINTAINER="pascal.bellard@slitaz.org"
9 LICENSE="LGPL2"
10 WEB_SITE="https://github.com/python-llfuse/python-llfuse"
12 TARBALL="llfuse-$VERSION.tar.bz2"
13 WGET_URL="https://bitbucket.org/nikratio/python-llfuse/downloads/$TARBALL"
15 BUILD_DEPENDS="python-dev setuptools fuse2-dev attr-dev"
17 compile_rules() {
18 python setup.py build &&
19 python setup.py install --root=$DESTDIR
20 }
22 genpkg_rules() {
23 copy @std
24 DEPENDS="fuse2 python"
25 }