wok view mupdf-dev/receipt @ rev 23943

Up cryptsetup-dev (2.3.4), lzham_codec (1_0_stable1), slitaz-boot-scripts (466), tazlito (527)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Sep 17 10:31:38 2020 +0000 (2020-09-17)
parents bde28fa63512
children
line source
1 # SliTaz package receipt.
3 PACKAGE="mupdf-dev"
4 VERSION="1.4"
5 CATEGORY="development"
6 SHORT_DESC="Development files for mupdf"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL3"
9 WEB_SITE="https://mupdf.com/"
11 DEPENDS="mupdf mudraw"
12 WANTED="mupdf"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr
18 cp -a $install/usr/include $fs/usr
19 cp -a $install/usr/lib $fs/usr
20 }