wok view lz4/receipt @ rev 14259

Add extundelete
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Mar 29 09:07:22 2013 +0100 (2013-03-29)
parents 72b240ad14c5
children e9f090acf2c7
line source
1 # SliTaz package receipt.
3 PACKAGE="lz4"
4 VERSION="87"
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 }