wok-next rev 13235
Move from undigest: lz4
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Aug 14 13:39:08 2012 +0200 (2012-08-14) |
parents | 15c045f565df |
children | eb36f0d250b4 |
files | lz4/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/lz4/receipt Tue Aug 14 13:39:08 2012 +0200 1.3 @@ -0,0 +1,27 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="lz4" 1.7 +VERSION="74" 1.8 +CATEGORY="base-system" 1.9 +SHORT_DESC="High speed compressor." 1.10 +MAINTAINER="pascal.bellard@slitaz.org" 1.11 +WEB_SITE="http://code.google.com/p/lz4/" 1.12 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.13 +WGET_URL="subversion|http://lz4.googlecode.com/svn/trunk/" 1.14 +TAGS="compression" 1.15 + 1.16 +BUILD_DEPENDS="subversion" 1.17 + 1.18 +# Rules to configure and make the package. 1.19 +compile_rules() 1.20 +{ 1.21 + cd $src 1.22 + make 1.23 +} 1.24 + 1.25 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.26 +genpkg_rules() 1.27 +{ 1.28 + mkdir -p $fs/usr/bin 1.29 + cp $src/lz4demo $fs/usr/bin 1.30 +}