wok diff python-llfuse/receipt @ rev 14429

fix openjpeg-dev, add openjpeg2, rebuild mupdf, move from undigest djvulibre, and finally add fbpdf-mupdf
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Apr 24 14:06:49 2013 +0000 (2013-04-24)
parents
children 2a5cc8208d36
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/python-llfuse/receipt	Wed Apr 24 14:06:49 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 +}