wok diff jansson/receipt @ rev 25037

Up glza (0.11.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 21 21:38:29 2022 +0000 (2022-05-21)
parents 5ea0ce1cecc0
children 20ad21d5532c
line diff
     1.1 --- a/jansson/receipt	Tue Jun 08 08:46:05 2021 +0000
     1.2 +++ b/jansson/receipt	Sat May 21 21:38:29 2022 +0000
     1.3 @@ -1,18 +1,20 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="jansson"
     1.7 -VERSION="2.12"
     1.8 +VERSION="2.14"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="C library for encoding, decoding and manipulating JSON data."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12  LICENSE="GPL2"
    1.13 +WEB_SITE="https://www.digip.org/jansson/"
    1.14 +
    1.15  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.16 -WEB_SITE="http://www.digip.org/jansson/"
    1.17  WGET_URL="https://github.com/akheron/jansson/archive/v$VERSION.tar.gz"
    1.18 -HOST_ARCH="i486 arm"
    1.19  
    1.20  DEPENDS="xorg-libX11"
    1.21 -BUILD_DEPENDS="xorg-libX11-dev automake libtool"
    1.22 +BUILD_DEPENDS="automake libtool xorg-libX11-dev"
    1.23 +
    1.24 +HOST_ARCH="i486 arm"
    1.25  
    1.26  current_version()
    1.27  {
    1.28 @@ -23,14 +25,14 @@
    1.29  # Rules to configure and make the package.
    1.30  compile_rules()
    1.31  {
    1.32 -	autoreconf -i
    1.33 +	autoreconf -i &&
    1.34  	./configure $CONFIGURE_ARGS &&
    1.35 -	make && make install
    1.36 +	make &&
    1.37 +	make install
    1.38  }
    1.39  
    1.40  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.41  genpkg_rules()
    1.42  {
    1.43 -	mkdir -p $fs/usr/lib
    1.44 -	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.45 +	cook_copy_files	*.so*
    1.46  }