wok-next annotate python-llfuse/receipt @ rev 20897

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