wok view lz4c/receipt @ rev 19780

liblxqt-dev; update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Feb 22 08:30:33 2017 +0100 (2017-02-22)
parents fd98a9b10813
children f01216c54b22
line source
1 # SliTaz package receipt.
3 PACKAGE="lz4c"
4 VERSION="1.7.5"
5 CATEGORY="base-system"
6 SHORT_DESC="The lz4c compressor"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="BSD"
9 WANTED="lz4"
10 WEB_SITE="http://www.lz4.org/"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/bin
16 cp -a $install/usr/bin/lz4c $fs/usr/bin
17 }