wok diff libspiro/receipt @ rev 21623

linld: more ram for zImage (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun May 26 12:07:54 2019 +0200 (2019-05-26)
parents 08370faa54d6
children 5ea0ce1cecc0
line diff
     1.1 --- a/libspiro/receipt	Thu Apr 09 03:26:48 2015 +0300
     1.2 +++ b/libspiro/receipt	Sun May 26 12:07:54 2019 +0200
     1.3 @@ -1,24 +1,27 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libspiro"
     1.7 -VERSION="0.3.20150131"
     1.8 +VERSION="0.5.20150702"
     1.9  CATEGORY="misc"
    1.10  SHORT_DESC="Spiro simplifies the drawing of beautiful curves."
    1.11  MAINTAINER="al.bobylev@gmail.com"
    1.12  LICENSE="GPL3"
    1.13  WEB_SITE="https://github.com/fontforge/libspiro"
    1.14 +
    1.15  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.16  WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz"
    1.17  
    1.18  DEPENDS=""
    1.19 -BUILD_DEPENDS="wget cacerts autoconf automake libtool bash"
    1.20 +BUILD_DEPENDS="autoconf automake bash cacerts libtool"
    1.21  
    1.22  # Rules to configure and make the package.
    1.23  compile_rules()
    1.24  {
    1.25  	autoreconf -i
    1.26  	automake --foreign -Wall
    1.27 -	./configure $CONFIGURE_ARGS && make && make install
    1.28 +	./configure $CONFIGURE_ARGS &&
    1.29 +	make -j 1 &&
    1.30 +	make install
    1.31  }
    1.32  
    1.33  # Rules to gen a SliTaz package suitable for Tazpkg.