wok diff hiredis-dev/receipt @ rev 21465

updated modsecurity-apache (2.7.7 -> 2.9.3)
author Hans-G?nter Theisgen
date Tue Apr 30 14:44:45 2019 +0100 (2019-04-30)
parents cb1baa1e7ee4
children 290ce85aaca4
line diff
     1.1 --- a/hiredis-dev/receipt	Wed Sep 16 18:39:55 2015 +0200
     1.2 +++ b/hiredis-dev/receipt	Tue Apr 30 14:44:45 2019 +0100
     1.3 @@ -1,21 +1,22 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="hiredis-dev"
     1.7 -VERSION="0.13.3"
     1.8 +VERSION="0.14.0"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Minimalistic C client for Redis >= 1.2, development files."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  LICENSE="BSD"
    1.13  WEB_SITE="https://github.com/redis/hiredis"
    1.14 +
    1.15  WANTED="hiredis"
    1.16 -
    1.17  DEPENDS="hiredis pkg-config"
    1.18  
    1.19  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.20  genpkg_rules()
    1.21  {
    1.22  	mkdir -p $fs/usr/lib
    1.23 -	cp -a $install/usr/lib/*a $fs/usr/lib
    1.24 -	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.25 -	cp -a $install/usr/include $fs/usr
    1.26 +
    1.27 +	cp -a $install/usr/lib/*a		$fs/usr/lib
    1.28 +	cp -a $install/usr/lib/pkgconfig	$fs/usr/lib
    1.29 +	cp -a $install/usr/include		$fs/usr
    1.30  }