wok annotate mudraw/receipt @ rev 22639

dd_rescue: update $TARBALL
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jan 13 21:10:17 2020 +0100 (2020-01-13)
parents 0e882703ffd2
children
rev   line source
al@14429 1 # SliTaz package receipt.
al@14429 2
al@14429 3 PACKAGE="mudraw"
pascal@16620 4 VERSION="1.4"
al@14429 5 CATEGORY="development"
al@14429 6 SHORT_DESC="A lightweight PDF and XPS viewer (mudraw)"
al@14429 7 MAINTAINER="al.bobylev@gmail.com"
al@14429 8 LICENSE="GPL3"
pascal@20671 9 WEB_SITE="https://mupdf.com/"
al@14429 10
al@14429 11 DEPENDS="bzlib freetype jbig2dec openjpeg"
al@14429 12 WANTED="mupdf"
al@14429 13
al@14429 14 # Rules to gen a SliTaz package suitable for Tazpkg.
al@14429 15 genpkg_rules()
al@14429 16 {
al@14429 17 mkdir -p $fs/usr/bin
al@14429 18 cp -a $install/usr/bin/mudraw $fs/usr/bin
al@14429 19 }