wok-current view lz4/receipt @ rev 14147
poppler and friends: up 0.22.1
author | Samuel Trassare <samuel_trassare@yahoo.com> |
---|---|
date | Sun Mar 03 13:51:02 2013 -0800 (2013-03-03) |
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 }