wok-stable view mupdf/receipt @ rev 6848

Fix depends: Remove xorg-xf86-input-evdev & xorg-xf86-video-vesa from xorg-server depends and put them as suggested - xorg can use other drivers
author Antoine Bodin <gokhlayeh@slitaz.org>
date Wed Oct 20 12:31:54 2010 +0200 (2010-10-20)
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 }