wok-6.x diff lz4/receipt @ rev 18060
Up mercurial (3.4)
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Sat May 16 21:33:08 2015 +0200 (2015-05-16) |
parents | ffbe86af1ad6 |
children | e36297550e94 |
line diff
1.1 --- a/lz4/receipt Sun Feb 02 21:26:43 2014 +0100 1.2 +++ b/lz4/receipt Sat May 16 21:33:08 2015 +0200 1.3 @@ -1,19 +1,22 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="lz4" 1.7 -VERSION="112" 1.8 +VERSION="128" 1.9 CATEGORY="base-system" 1.10 SHORT_DESC="High speed lossless compressor." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 LICENSE="BSD" 1.13 WEB_SITE="http://code.google.com/p/lz4/" 1.14 TARBALL="$PACKAGE-r$VERSION.tar.gz" 1.15 -WGET_URL="http://lz4.googlecode.com/files/$TARBALL" 1.16 +WGET_URL="https://github.com/Cyan4973/lz4/archive/r$VERSION.tar.gz" 1.17 TAGS="compression" 1.18 1.19 +BUILD_DEPENDS="wget" 1.20 + 1.21 # Rules to configure and make the package. 1.22 compile_rules() 1.23 { 1.24 + find -type f | xargs sed -i 's|usr/local|usr|' 1.25 make && make DESTDIR=$DESTDIR install 1.26 } 1.27