wok diff libnl/receipt @ rev 16060

ARM: add zile and joe text editors (nano got regex bug on ARM)
author Christophe Lincoln <pankso@slitaz.org>
date Wed Mar 12 00:54:36 2014 +0100 (2014-03-12)
parents c7df6249e093
children fa39e0a3612e
line diff
     1.1 --- a/libnl/receipt	Wed Feb 12 22:53:55 2014 +0100
     1.2 +++ b/libnl/receipt	Wed Mar 12 00:54:36 2014 +0100
     1.3 @@ -9,14 +9,16 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.5  WEB_SITE="http://people.suug.ch/~tgr/libnl"
     1.6  WGET_URL="$WEB_SITE/files/$TARBALL"
     1.7 +HOST_ARCH="i486 arm"
     1.8  
     1.9 +# Cross compile needs host flex
    1.10  BUILD_DEPENDS="flex"
    1.11  
    1.12  # Rules to configure and make the package.
    1.13  compile_rules()
    1.14  {
    1.15 -	cd $src
    1.16 -	./configure && make && make install
    1.17 +	./configure $CONFIGURE_ARGS && 
    1.18 +	make && make install
    1.19  }
    1.20  
    1.21  # Rules to gen a SliTaz package suitable for Tazpkg.