wok view lz4/receipt @ rev 15854

twisted: Add zopeinterface to build depends.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Jan 28 05:56:16 2014 +0000 (2014-01-28)
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 }