wok view mudraw/receipt @ rev 16266

Up: tazweb (1.8) With full bookmarks support and easy access
author Christophe Lincoln <pankso@slitaz.org>
date Sat Apr 05 18:57:30 2014 +0200 (2014-04-05)
parents
children 0e882703ffd2
line source
1 # SliTaz package receipt.
3 PACKAGE="mudraw"
4 VERSION="1.2"
5 CATEGORY="development"
6 SHORT_DESC="A lightweight PDF and XPS viewer (mudraw)"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL3"
9 WEB_SITE="http://mupdf.com/"
11 DEPENDS="bzlib freetype jbig2dec openjpeg"
12 WANTED="mupdf"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/bin
18 cp -a $install/usr/bin/mudraw $fs/usr/bin
19 }