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

More fix libtool.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Apr 16 11:36:31 2018 +0300 (2018-04-16)
parents 0e7893ac206d
children 9b3461bf373c
line source
1 # SliTaz package receipt v2.
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 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 }