wok diff libsigc++/receipt @ rev 20645

updated hostapd (2.6 -> 2.7)
author Hans-G?nter Theisgen
date Fri Jan 11 16:39:21 2019 +0100 (2019-01-11)
parents 6eff489aa802
children eeba7ab1dffe
line diff
     1.1 --- a/libsigc++/receipt	Tue Jun 11 11:57:36 2013 +0200
     1.2 +++ b/libsigc++/receipt	Fri Jan 11 16:39:21 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.