wok-current view lzfse-dev/receipt @ rev 23159

updated lyx, lyx-doc lyx-examples and lyx-locales again (2.0.5.1 -> 2.3.4.4)
author Hans-G?nter Theisgen
date Tue Mar 17 14:10:48 2020 +0100 (2020-03-17)
parents
children
line source
1 # SliTaz package receipt.
3 PACKAGE="lzfse-dev"
4 VERSION="1.0"
5 CATEGORY="development"
6 SHORT_DESC="Compression library development files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="https://github.com/lzfse/lzfse"
10 WANTED="lzfse"
11 TAGS="compression"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr
17 cp -a $install/usr/lib $fs/usr
18 cp -a $install/usr/include $fs/usr
19 }