wok diff libmowgli-dev/receipt @ rev 21419

php: fix build
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Apr 24 17:27:05 2019 +0200 (2019-04-24)
parents eeba7ab1dffe
children 68f9518c4cb0
line diff
     1.1 --- a/libmowgli-dev/receipt	Thu Jan 24 18:16:34 2019 +0100
     1.2 +++ b/libmowgli-dev/receipt	Wed Apr 24 17:27:05 2019 +0200
     1.3 @@ -1,22 +1,22 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libmowgli-dev"
     1.7 -VERSION="2.0.0"
     1.8 +VERSION="2.1.3"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="High performance and highly flexible algorithms."
    1.11 +SHORT_DESC="High performance and highly flexible algorithms - development files."
    1.12  MAINTAINER="mimas@slitaz.org"
    1.13  LICENSE="BSD"
    1.14 -WANTED="libmowgli"
    1.15  WEB_SITE="http://atheme.org/projects/libmowgli.html"
    1.16  
    1.17 +WANTED="libmowgli"
    1.18  DEPENDS="libmowgli pkg-config"
    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/lib/pkgconfig
    1.24 -	cp -a $install/usr/include $fs/usr
    1.25 -	#cp -a $install/usr/lib/*.*a $fs/usr/lib
    1.26 -	cp -a $install/usr/lib/pkgconfig/*.pc $fs/usr/lib/pkgconfig
    1.27 +
    1.28 +	cp -a $install/usr/include		$fs/usr
    1.29 +#	cp -a $install/usr/lib/*.*a		$fs/usr/lib
    1.30 +	cp -a $install/usr/lib/pkgconfig/*.pc	$fs/usr/lib/pkgconfig
    1.31  }
    1.32 -