wok diff libzen/receipt @ rev 22869

updated goffice and goffice-dev (0.10.32 -> 0.10.46)
author Hans-G?nter Theisgen
date Fri Feb 21 16:43:33 2020 +0100 (2020-02-21)
parents fa19801b8f78
children 89c8d8b6cf48
line diff
     1.1 --- a/libzen/receipt	Mon Nov 30 03:44:46 2015 +0200
     1.2 +++ b/libzen/receipt	Fri Feb 21 16:43:33 2020 +0100
     1.3 @@ -1,31 +1,34 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libzen"
     1.7 -VERSION="0.4.32"
     1.8 +VERSION="0.4.37"
     1.9  CATEGORY="libdevel"
    1.10 -SHORT_DESC="ZenLib - small C++ derivative class to have a simpler life"
    1.11 +SHORT_DESC="ZenLib - small C++ derivative class to have a simpler life."
    1.12  MAINTAINER="al.bobylev@gmail.com"
    1.13  LICENSE="zlib/libpng"
    1.14 -WEB_SITE="http://mediaarea.net/"
    1.15 +WEB_SITE="https://mediaarea.net/"
    1.16 +
    1.17  TARBALL="${PACKAGE}_$VERSION.tar.bz2"
    1.18  WGET_URL="${WEB_SITE}download/source/$PACKAGE/$VERSION/$TARBALL"
    1.19  
    1.20  DEPENDS=""
    1.21 -BUILD_DEPENDS="libtool"
    1.22 +BUILD_DEPENDS="automake libtool"
    1.23  
    1.24  # Rules to configure and make the package.
    1.25  compile_rules()
    1.26  {
    1.27  	cd Project/GNU/Library
    1.28 -	./autogen.sh
    1.29 -	./configure \
    1.30 -		--prefix=/usr \
    1.31 -		--sysconfdir=/etc \
    1.32 +	./autogen.sh &&
    1.33 +	./configure			\
    1.34 +		--prefix=/usr		\
    1.35 +		--sysconfdir=/etc	\
    1.36  		$CONFIGURE_ARGS &&
    1.37 -	make && make install
    1.38 +	make -j 1 &&
    1.39 +	make install
    1.40  
    1.41 -	sed -i -e "s|$src/Project/GNU/Library|/usr/lib|" -e 's|/.libs||' \
    1.42 -	$install/usr/bin/libzen-config
    1.43 +	# 0.4.37: not created
    1.44 +#	sed -i -e "s|$src/Project/GNU/Library|/usr/lib|" -e 's|/.libs||' \
    1.45 +#	$install/usr/bin/libzen-config
    1.46  }
    1.47  
    1.48  # Rules to gen a SliTaz package suitable for Tazpkg.