wok diff liboobs/receipt @ rev 21268

updated liboobs and liboobs-dev (2.32.0 -> 3.0.0)
author Hans-G?nter Theisgen
date Fri Apr 12 15:37:23 2019 +0100 (2019-04-12)
parents c0ce132ba4ee
children 6831608a1b2a
line diff
     1.1 --- a/liboobs/receipt	Thu Jan 15 01:14:17 2015 +0200
     1.2 +++ b/liboobs/receipt	Fri Apr 12 15:37:23 2019 +0100
     1.3 @@ -1,12 +1,13 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="liboobs"
     1.7 -VERSION="2.32.0"
     1.8 +VERSION="3.0.0"
     1.9  CATEGORY="system-tools"
    1.10 -SHORT_DESC="Object Oriented Backends System"
    1.11 +SHORT_DESC="Object Oriented Backends System."
    1.12  MAINTAINER="al.bobylev@gmail.com"
    1.13  LICENSE="GPL2"
    1.14  WEB_SITE="https://developer.gnome.org/liboobs/stable"
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17  WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
    1.18  
    1.19 @@ -16,7 +17,9 @@
    1.20  # Rules to configure and make the package.
    1.21  compile_rules()
    1.22  {
    1.23 -	./configure $CONFIGURE_ARGS && make && make install
    1.24 +	./configure $CONFIGURE_ARGS &&
    1.25 +	make -j 1 &&
    1.26 +	make install
    1.27  }
    1.28  
    1.29  # Rules to gen a SliTaz package suitable for Tazpkg.