wok view lzfse-dev/receipt @ rev 20595

xfi, xfw, cryptkeeper: dirty hack
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Dec 16 10:41:06 2018 +0100 (2018-12-16)
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 }