wok view lz4c/receipt @ rev 17821

Up: firefox-official (36.0.4): fix CVE-2015-0818; up: tzdata (2015b).
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Mar 22 11:05:54 2015 +0200 (2015-03-22)
parents
children 78fa0f27d311
line source
1 # SliTaz package receipt.
3 PACKAGE="lz4c"
4 VERSION="112"
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://code.google.com/p/lz4/"
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 }