wok view lz4/receipt @ rev 13235

Move from undigest: lz4
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Aug 14 13:39:08 2012 +0200 (2012-08-14)
parents
children 72b5cd3cb23a
line source
1 # SliTaz package receipt.
3 PACKAGE="lz4"
4 VERSION="74"
5 CATEGORY="base-system"
6 SHORT_DESC="High speed compressor."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 WEB_SITE="http://code.google.com/p/lz4/"
9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
10 WGET_URL="subversion|http://lz4.googlecode.com/svn/trunk/"
11 TAGS="compression"
13 BUILD_DEPENDS="subversion"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 make
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr/bin
26 cp $src/lz4demo $fs/usr/bin
27 }