wok diff libsigc++/receipt @ rev 20648

Up zstd (1.3.8)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jan 12 12:12:27 2019 +0100 (2019-01-12)
parents 6eff489aa802
children eeba7ab1dffe
line diff
     1.1 --- a/libsigc++/receipt	Tue Jun 11 11:57:36 2013 +0200
     1.2 +++ b/libsigc++/receipt	Sat Jan 12 12:12:27 2019 +0100
     1.3 @@ -9,18 +9,16 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.5  WEB_SITE="http://libsigc.sourceforge.net/"
     1.6  WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
     1.7 +HOST_ARCH="i486 arm"
     1.8  
     1.9  BUILD_DEPENDS="m4"
    1.10  
    1.11  # Rules to configure and make the package.
    1.12  compile_rules()
    1.13  {
    1.14 -	cd $src
    1.15 -
    1.16  	./configure \
    1.17  		$CONFIGURE_ARGS &&
    1.18 -	make &&
    1.19 -	make install
    1.20 +	make && make install
    1.21  }
    1.22  
    1.23  # Rules to gen a SliTaz package suitable for Tazpkg.