wok view lz4/receipt @ rev 15201

Add some licenses
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Sep 07 18:25:02 2013 +0000 (2013-09-07)
parents 72b5cd3cb23a
children 934107586152
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/lz4demo $fs/usr/bin
28 }