wok diff jansson/receipt @ rev 20774

updated ccid again (1.4.8 -> 1.4.30)
author Hans-G?nter Theisgen
date Wed Feb 13 17:05:23 2019 +0100 (2019-02-13)
parents c1523f23716a
children 5ea0ce1cecc0
line diff
     1.1 --- a/jansson/receipt	Fri Apr 18 01:43:00 2014 +0200
     1.2 +++ b/jansson/receipt	Wed Feb 13 17:05:23 2019 +0100
     1.3 @@ -1,22 +1,23 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="jansson"
     1.7 -VERSION="2.6"
     1.8 +VERSION="2.12"
     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 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.14 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.15  WEB_SITE="http://www.digip.org/jansson/"
    1.16 -WGET_URL="http://www.digip.org/jansson/releases/$TARBALL"
    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"
    1.22 +BUILD_DEPENDS="xorg-libX11-dev automake libtool"
    1.23  
    1.24  # Rules to configure and make the package.
    1.25  compile_rules()
    1.26  {
    1.27 +	autoreconf -i
    1.28  	./configure $CONFIGURE_ARGS &&
    1.29  	make && make install
    1.30  }