wok-next diff lz5-dev/receipt @ rev 19737

Up bind, brotli, cairo, check, compface, cookutils, cpio, curl, db, openssl.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue May 30 05:37:57 2017 +0300 (2017-05-30)
parents 0d2e6c06ec25
children f463de72afe3
line diff
     1.1 --- a/lz5-dev/receipt	Thu Feb 25 15:56:04 2016 +0100
     1.2 +++ b/lz5-dev/receipt	Tue May 30 05:37:57 2017 +0300
     1.3 @@ -1,20 +1,18 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="lz5-dev"
     1.7 -VERSION="1.4.1"
     1.8 +VERSION="1.5"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="A modification of LZ4 with a better ratio, delevlopment files."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  LICENSE="BSD GPL2"
    1.13  WEB_SITE="https://github.com/inikep/lz5"
    1.14 +
    1.15  WANTED="lz5"
    1.16 -
    1.17 -DEPENDS="lz5 pkg-config"
    1.18 +DEPENDS="lz5"
    1.19  
    1.20  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.21  genpkg_rules()
    1.22  {
    1.23 -	mkdir -p $fs/usr/
    1.24 -	cp -a $install/usr/include $fs/usr/
    1.25 -	cp -a $install/usr/lib $fs/usr/
    1.26 +	cook_copy_folders include lib
    1.27  }