wok diff yaml/receipt @ rev 23233
updated ndoutils (1.5.2 -> 2.1.3)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Mar 24 14:08:58 2020 +0100 (2020-03-24) |
parents | 6e8b1bcb30e2 |
children | 0a8fc7cb7244 |
line diff
1.1 --- a/yaml/receipt Thu Jan 24 11:33:03 2019 +0100 1.2 +++ b/yaml/receipt Tue Mar 24 14:08:58 2020 +0100 1.3 @@ -1,12 +1,13 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="yaml" 1.7 -VERSION="0.1.4" 1.8 +VERSION="0.2.2" 1.9 CATEGORY="system-tools" 1.10 -SHORT_DESC="YAML 1.1 parser and emitter written in C." 1.11 +SHORT_DESC="YAML parser and emitter written in C." 1.12 MAINTAINER="erjo@slitaz.org" 1.13 LICENSE="CC-BY" 1.14 WEB_SITE="https://pyyaml.org/wiki/LibYAML" 1.15 + 1.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.17 WGET_URL="https://pyyaml.org/download/libyaml/$TARBALL" 1.18 1.19 @@ -16,13 +17,14 @@ 1.20 # Rules to configure and make the package. 1.21 compile_rules() 1.22 { 1.23 - cd $src 1.24 - ./configure $CONFIGURE_ARGS && make && make install 1.25 + ./configure $CONFIGURE_ARGS && 1.26 + make && 1.27 + make install 1.28 } 1.29 1.30 # Rules to gen a SliTaz package suitable for Tazpkg. 1.31 genpkg_rules() 1.32 { 1.33 mkdir -p $fs/usr/lib 1.34 - cp -a $install/usr/lib/*.so* $fs/usr/lib 1.35 + cp -a $install/usr/lib/*.so* $fs/usr/lib 1.36 }