wok-6.x view lzfse-dev/receipt @ rev 22616

updated coreutils packages (8.25 -> 8.31)
author Hans-G?nter Theisgen
date Sun Jan 12 09:19:37 2020 +0100 (2020-01-12)
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 }