wok diff libsigc++/receipt @ rev 16974

some fixes to previous commits
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Tue Aug 05 15:58:00 2014 +0200 (2014-08-05)
parents 6eff489aa802
children eeba7ab1dffe
line diff
     1.1 --- a/libsigc++/receipt	Tue Jun 11 11:57:36 2013 +0200
     1.2 +++ b/libsigc++/receipt	Tue Aug 05 15:58:00 2014 +0200
     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.