wok-6.x diff python-llfuse/receipt @ rev 15344
mplayerplug-in: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Sep 29 15:54:42 2013 +0000 (2013-09-29) |
parents | |
children | 2a5cc8208d36 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/python-llfuse/receipt Sun Sep 29 15:54:42 2013 +0000 1.3 @@ -0,0 +1,29 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="python-llfuse" 1.7 +SOURCE="llfuse" 1.8 +VERSION="0.38" 1.9 +CATEGORY="development" 1.10 +SHORT_DESC="Python bindings for the low level FUSE API." 1.11 +MAINTAINER="pascal.bellard@slitaz.org" 1.12 +TARBALL="$SOURCE-$VERSION.tar.bz2" 1.13 +WEB_SITE="http://code.google.com/p/$PACKAGE/" 1.14 +WGET_URL="http://$PACKAGE.googlecode.com/files/$TARBALL" 1.15 + 1.16 +DEPENDS="fuse" 1.17 +BUILD_DEPENDS="python-dev fuse-dev attr-dev python-distribute" 1.18 + 1.19 +# Rules to configure and make the package. 1.20 +compile_rules() 1.21 +{ 1.22 + cd $src 1.23 + python setup.py build && 1.24 + python setup.py test && 1.25 + python setup.py install --root=$DESTDIR 1.26 +} 1.27 + 1.28 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.29 +genpkg_rules() 1.30 +{ 1.31 + cp -a $install/usr $fs 1.32 +}