wok diff mupdf/receipt @ rev 6837

Add mupdf: mv from undigest ( also need to check if all dependencies for ardour/openshot are moved to wok)
author Rohit Joshi <jozee@slitaz.org>
date Tue Oct 19 21:30:50 2010 -0400 (2010-10-19)
parents
children d49d12b964ab
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/mupdf/receipt	Tue Oct 19 21:30:50 2010 -0400
     1.3 @@ -0,0 +1,26 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="mupdf"
     1.7 +VERSION="latest"
     1.8 +CATEGORY="utilities"
     1.9 +SHORT_DESC="lightweight PDF viewer and toolkit written in portable C"
    1.10 +MAINTAINER="jozee@slitaz.org"
    1.11 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.12 +WEB_SITE="http://ccxvii.net/mupdf/"
    1.13 +WGET_URL="http://ccxvii.net/mupdf/download/$TARBALL"
    1.14 +BUILD_DEPENDS="ftjam"
    1.15 +DEPENDS="freetype jpeg zlib"
    1.16 +
    1.17 +# Rules to configure and make the package.  
    1.18 +compile_rules()
    1.19 +{
    1.20 +	cd mupdf
    1.21 +	jam '-sBUILD=release' '-sDEFINES=NOCJK'
    1.22 +}
    1.23 +
    1.24 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.25 +genpkg_rules()
    1.26 +{
    1.27 +	mkdir -p $fs/usr/bin
    1.28 +	cp mupdf/build/linux-x86-release/mupdf $fs/usr/bin/mupdf
    1.29 +}