wok-current annotate mupdf-dev/receipt @ rev 22615

updated conntrack-tools (1.4.2 -> 1.4.5)
author Hans-G?nter Theisgen
date Sat Jan 11 17:21:01 2020 +0100 (2020-01-11)
parents bde28fa63512
children
rev   line source
al@14429 1 # SliTaz package receipt.
al@14429 2
al@14429 3 PACKAGE="mupdf-dev"
pankso@16565 4 VERSION="1.4"
al@14429 5 CATEGORY="development"
al@14429 6 SHORT_DESC="Development files for mupdf"
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="mupdf mudraw"
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
al@14429 18 cp -a $install/usr/include $fs/usr
al@14429 19 cp -a $install/usr/lib $fs/usr
al@14429 20 }