wok diff yaml-dev/receipt @ rev 22876

web-applications: localize wikipedia
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Feb 21 18:28:59 2020 +0100 (2020-02-21)
parents 6e8b1bcb30e2
children 0a8fc7cb7244
line diff
     1.1 --- a/yaml-dev/receipt	Thu Jan 24 11:33:03 2019 +0100
     1.2 +++ b/yaml-dev/receipt	Fri Feb 21 18:28:59 2020 +0100
     1.3 @@ -1,23 +1,22 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="yaml-dev"
     1.7 -VERSION="0.1.4"
     1.8 +VERSION="0.2.2"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="yaml dev files."
    1.11 +SHORT_DESC="yaml - development files."
    1.12  MAINTAINER="erjo@slitaz.org"
    1.13  LICENSE="CC-BY"
    1.14  WEB_SITE="https://pyyaml.org/wiki/LibYAML"
    1.15 +
    1.16 +DEPENDS="pkg-config yaml"
    1.17  WANTED="yaml"
    1.18  
    1.19 -DEPENDS="yaml pkg-config"
    1.20 -
    1.21  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.22  genpkg_rules()
    1.23  {
    1.24  	mkdir -p $fs/usr/lib
    1.25 -	cp -a $install/usr/lib/*.*a  $fs/usr/lib
    1.26 -	cp -a $install/usr/lib/pkgconfig  $fs/usr/lib
    1.27 -	cp -a $install/usr/include  $fs/usr
    1.28 -	
    1.29 +
    1.30 +	cp -a $install/usr/lib/*.*a		$fs/usr/lib
    1.31 +	cp -a $install/usr/lib/pkgconfig	$fs/usr/lib
    1.32 +	cp -a $install/usr/include		$fs/usr
    1.33  }
    1.34 -