# HG changeset patch # User Pascal Bellard # Date 1486977965 -3600 # Node ID 88dbf519f075ab3a1e021291a6e793b033b1e7db # Parent 61baea11d7221909098f7f279f1b738708bf2f16 Up lz4 (1.7.5), lz5 (2.0) diff -r 61baea11d722 -r 88dbf519f075 lz4/receipt --- a/lz4/receipt Mon Feb 13 10:12:49 2017 +0100 +++ b/lz4/receipt Mon Feb 13 10:26:05 2017 +0100 @@ -1,14 +1,14 @@ # SliTaz package receipt. PACKAGE="lz4" -VERSION="131" +VERSION="1.7.5" CATEGORY="base-system" SHORT_DESC="High speed lossless compressor." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="BSD" WEB_SITE="http://www.lz4.org/" TARBALL="$PACKAGE-r$VERSION.tar.gz" -WGET_URL="https://github.com/Cyan4973/lz4/archive/r$VERSION.tar.gz" +WGET_URL="https://github.com/lz4/lz4/archive/v$VERSION.tar.gz" TAGS="compression" BUILD_DEPENDS="wget" diff -r 61baea11d722 -r 88dbf519f075 lz5-dev/receipt --- a/lz5-dev/receipt Mon Feb 13 10:12:49 2017 +0100 +++ b/lz5-dev/receipt Mon Feb 13 10:26:05 2017 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="lz5-dev" -VERSION="1.4.1" +VERSION="2.0" CATEGORY="development" SHORT_DESC="A modification of LZ4 with a better ratio, delevlopment files." MAINTAINER="pascal.bellard@slitaz.org" @@ -14,7 +14,8 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr/ + mkdir -p $fs/usr/lib cp -a $install/usr/include $fs/usr/ - cp -a $install/usr/lib $fs/usr/ + cp -a $install/usr/lib/*a $fs/usr/lib + cp -a $install/usr/lib/pkgconfig $fs/usr/lib } diff -r 61baea11d722 -r 88dbf519f075 lz5/receipt --- a/lz5/receipt Mon Feb 13 10:12:49 2017 +0100 +++ b/lz5/receipt Mon Feb 13 10:26:05 2017 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="lz5" -VERSION="1.4.1" +VERSION="2.0" CATEGORY="base-system" SHORT_DESC="A modification of LZ4 with a better ratio but slower." MAINTAINER="pascal.bellard@slitaz.org" @@ -23,5 +23,7 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $install/bin $fs/ + mkdir -p $fs/usr/lib + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/lib/*.so* $fs/usr/lib }