wok view lz4/receipt @ rev 15275

clipit: remove icon (sorry, guys), move autostart item back to /etc/...
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Sep 25 19:03:47 2013 +0300 (2013-09-25)
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 }