wok rev 20662

Up jansson (2.12)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jan 14 22:40:43 2019 +0100 (2019-01-14)
parents eb79f91c84cc
children 59e7941d8658
files jansson-dev/receipt jansson/receipt
line diff
     1.1 --- a/jansson-dev/receipt	Mon Jan 14 10:40:58 2019 +0100
     1.2 +++ b/jansson-dev/receipt	Mon Jan 14 22:40:43 2019 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="jansson-dev"
     1.7 -VERSION="2.6"
     1.8 +VERSION="2.12"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="Jansson static libs and include headers"
    1.11  MAINTAINER="pankso@slitaz.org"
     2.1 --- a/jansson/receipt	Mon Jan 14 10:40:58 2019 +0100
     2.2 +++ b/jansson/receipt	Mon Jan 14 22:40:43 2019 +0100
     2.3 @@ -1,22 +1,23 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="jansson"
     2.7 -VERSION="2.6"
     2.8 +VERSION="2.12"
     2.9  CATEGORY="x-window"
    2.10  SHORT_DESC="C library for encoding, decoding and manipulating JSON data."
    2.11  MAINTAINER="pankso@slitaz.org"
    2.12  LICENSE="GPL2"
    2.13 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
    2.14 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    2.15  WEB_SITE="http://www.digip.org/jansson/"
    2.16 -WGET_URL="http://www.digip.org/jansson/releases/$TARBALL"
    2.17 +WGET_URL="https://github.com/akheron/jansson/archive/v$VERSION.tar.gz"
    2.18  HOST_ARCH="i486 arm"
    2.19  
    2.20  DEPENDS="xorg-libX11"
    2.21 -BUILD_DEPENDS="xorg-libX11-dev"
    2.22 +BUILD_DEPENDS="xorg-libX11-dev automake libtool"
    2.23  
    2.24  # Rules to configure and make the package.
    2.25  compile_rules()
    2.26  {
    2.27 +	autoreconf -i
    2.28  	./configure $CONFIGURE_ARGS &&
    2.29  	make && make install
    2.30  }