wok diff liboobs/receipt @ rev 23242
updated nilfs-utils and nilfs-utils-dev (2.2.7 -> 2.2.8)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Mar 25 09:18:53 2020 +0100 (2020-03-25) |
parents | c0ce132ba4ee |
children | 6831608a1b2a |
line diff
1.1 --- a/liboobs/receipt Thu Jan 15 01:14:17 2015 +0200 1.2 +++ b/liboobs/receipt Wed Mar 25 09:18:53 2020 +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.