wok view mudraw/receipt @ rev 23836

Up jbig2dec (0.18), metasploit (5.0.91), nginx (1.19.0), spamassassin (3.4.4), sqlite (3.32.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jun 01 10:15:25 2020 +0000 (2020-06-01)
parents 0e882703ffd2
children
line source
1 # SliTaz package receipt.
3 PACKAGE="mudraw"
4 VERSION="1.4"
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="https://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 }