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