wok-undigest rev 54

mupdf: improve receipt; decrease size (lighter than epdfview but less advanced)
author Rohit Joshi <jozee@slitaz.org>
date Tue Apr 13 17:48:12 2010 -0400 (2010-04-13)
parents a1058188c330
children be460cf5c4f5
files mupdf/receipt
line diff
     1.1 --- a/mupdf/receipt	Tue Apr 13 15:51:53 2010 -0400
     1.2 +++ b/mupdf/receipt	Tue Apr 13 17:48:12 2010 -0400
     1.3 @@ -1,27 +1,26 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="mupdf"
     1.7 -VERSION="r940"
     1.8 +VERSION="latest"
     1.9  CATEGORY="utilities"
    1.10  SHORT_DESC="lightweight PDF viewer and toolkit written in portable C"
    1.11 -MAINTAINER="devl547@gmail.com"
    1.12 +MAINTAINER="jozee@slitaz.org"
    1.13  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.14  WEB_SITE="http://ccxvii.net/mupdf/"
    1.15  WGET_URL="http://ccxvii.net/mupdf/download/$TARBALL"
    1.16  BUILD_DEPENDS="ftjam"
    1.17  DEPENDS="freetype jpeg zlib"
    1.18  
    1.19 -# Rules to configure and make the package.
    1.20 +# Rules to configure and make the package.  
    1.21  compile_rules()
    1.22  {
    1.23  	cd mupdf
    1.24 -	jam '-sBUILD=release -sDEFINES=NOCJK'
    1.25 -	strip -s build/linux-x86-release/linux-x86--sdefines=nocjk/mupdf
    1.26 +	jam '-sBUILD=release' '-sDEFINES=NOCJK'
    1.27  }
    1.28  
    1.29  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.30  genpkg_rules()
    1.31  {
    1.32  	mkdir -p $fs/usr/bin
    1.33 -	cp mupdf/build/linux-x86-release/linux-x86--sdefines=nocjk/mupdf $fs/usr/bin/mupdf
    1.34 +	cp mupdf/build/linux-x86-release/mupdf $fs/usr/bin/mupdf
    1.35  }