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

Small updates
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Oct 14 05:29:23 2018 +0300 (2018-10-14)
parents 9b3461bf373c
children
line source
1 # SliTaz package receipt v2.
3 ORIGIN="llfuse"
4 PACKAGE="python-llfuse"
5 VERSION="1.3.5"
6 CATEGORY="python"
7 SHORT_DESC="Python bindings for the low level FUSE API"
8 MAINTAINER="pascal.bellard@slitaz.org"
9 LICENSE="LGPL2"
10 WEB_SITE="https://pypi.org/project/$ORIGIN/"
11 #HOST_ARCH
12 REPOLOGY="python:llfuse"
14 BUILD_DEPENDS="python-dev python-contextlib2 python3-dev \
15 fuse2-dev attr-dev"
16 SPLIT="${PACKAGE/python/python3}:3"
18 compile_rules() {
19 pip$SET install --no-compile --root=$install $ORIGIN==$VERSION
20 }
22 genpkg_rules() {
23 copy @std
24 py=${PACKAGE%%-*} # python/python3
25 case $PACKAGE in
26 python-*) DEPENDS="$py $py-contextlib2 fuse2";;
27 python3-*) DEPENDS="$py fuse2";;
28 esac
29 }