wok diff lz4-dev/receipt @ rev 18120

mesa-wayland: update PROVIDE
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jun 08 11:00:29 2015 +0200 (2015-06-08)
parents ffbe86af1ad6
children e36297550e94
line diff
     1.1 --- a/lz4-dev/receipt	Sun Feb 02 21:26:43 2014 +0100
     1.2 +++ b/lz4-dev/receipt	Mon Jun 08 11:00:29 2015 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="lz4-dev"
     1.7 -VERSION="112"
     1.8 +VERSION="128"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="LZ4 development files."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -9,12 +9,13 @@
    1.13  WANTED="lz4"
    1.14  WEB_SITE="http://code.google.com/p/lz4/"
    1.15  
    1.16 -DEPENDS=""
    1.17 +DEPENDS="pkg-config lz4-lib"
    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  }