wok annotate python-llfuse/receipt @ rev 19712

podofo: disble lua
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Feb 15 17:57:05 2017 +0100 (2017-02-15)
parents 2a5cc8208d36
children 1be66a08b81f
rev   line source
pascal@14376 1 # SliTaz package receipt.
pascal@14376 2
pascal@14376 3 PACKAGE="python-llfuse"
pascal@14376 4 SOURCE="llfuse"
pascal@14376 5 VERSION="0.38"
pascal@14376 6 CATEGORY="development"
pascal@14376 7 SHORT_DESC="Python bindings for the low level FUSE API."
pascal@14376 8 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15379 9 LICENSE="LGPL2"
pascal@14376 10 TARBALL="$SOURCE-$VERSION.tar.bz2"
pascal@14376 11 WEB_SITE="http://code.google.com/p/$PACKAGE/"
pascal@14376 12 WGET_URL="http://$PACKAGE.googlecode.com/files/$TARBALL"
pascal@14376 13
pascal@14376 14 DEPENDS="fuse"
pascal@14376 15 BUILD_DEPENDS="python-dev fuse-dev attr-dev python-distribute"
pascal@14376 16
pascal@14376 17 # Rules to configure and make the package.
pascal@14376 18 compile_rules()
pascal@14376 19 {
pascal@14376 20 python setup.py build &&
pascal@14376 21 python setup.py install --root=$DESTDIR
pascal@14376 22 }
pascal@14376 23
pascal@14376 24 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@14376 25 genpkg_rules()
pascal@14376 26 {
pascal@14376 27 cp -a $install/usr $fs
pascal@14376 28 }