wok view lz4/receipt @ rev 15446

Up: efreet-dev (1.7.9)
author Dominique Corbex <domcox@slitaz.org>
date Tue Nov 05 20:57:56 2013 +0100 (2013-11-05)
parents e9f090acf2c7
children ffbe86af1ad6
line source
1 # SliTaz package receipt.
3 PACKAGE="lz4"
4 VERSION="102"
5 CATEGORY="base-system"
6 SHORT_DESC="High speed compressor."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="http://code.google.com/p/lz4/"
10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
11 WGET_URL="subversion|http://lz4.googlecode.com/svn/trunk/"
12 TAGS="compression"
14 BUILD_DEPENDS="subversion"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 make
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr/bin
27 cp $src/lz4c $fs/usr/bin
28 }