wok view 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 source
1 # SliTaz package receipt.
3 PACKAGE="mupdf"
4 VERSION="latest"
5 CATEGORY="utilities"
6 SHORT_DESC="lightweight PDF viewer and toolkit written in portable C"
7 MAINTAINER="jozee@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 WEB_SITE="http://ccxvii.net/mupdf/"
10 WGET_URL="http://ccxvii.net/mupdf/download/$TARBALL"
11 BUILD_DEPENDS="ftjam"
12 DEPENDS="freetype jpeg zlib"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd mupdf
18 jam '-sBUILD=release' '-sDEFINES=NOCJK'
19 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 mkdir -p $fs/usr/bin
25 cp mupdf/build/linux-x86-release/mupdf $fs/usr/bin/mupdf
26 }