wok-undigest rev 184

rm mupdf: moved to wok
author Rohit Joshi <jozee@slitaz.org>
date Tue Oct 19 21:34:48 2010 -0400 (2010-10-19)
parents 12f2f535e673
children 26a4d3f05442
files mupdf/receipt
line diff
     1.1 --- a/mupdf/receipt	Tue Oct 19 21:27:08 2010 -0400
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,26 +0,0 @@
     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 -}