wok view lz4/receipt @ rev 16176

Add: hexchat (2.9.6.1). Suggest removing XChat
author Alexander Medvedev <devl547@gmail.com>
date Sun Mar 30 15:23:23 2014 +0000 (2014-03-30)
parents 934107586152
children 78fa0f27d311
line source
1 # SliTaz package receipt.
3 PACKAGE="lz4"
4 VERSION="112"
5 CATEGORY="base-system"
6 SHORT_DESC="High speed lossless compressor."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="http://code.google.com/p/lz4/"
10 TARBALL="$PACKAGE-r$VERSION.tar.gz"
11 WGET_URL="http://lz4.googlecode.com/files/$TARBALL"
12 TAGS="compression"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 make && make DESTDIR=$DESTDIR install
18 }
20 # Rules to gen a SliTaz package suitable for Tazpkg.
21 genpkg_rules()
22 {
23 mkdir -p $fs/usr/bin
24 cp -a $install/usr/bin/lz4 $fs/usr/bin
25 }