wok diff git/receipt @ rev 16430

svkbd: fix version
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Apr 18 10:26:47 2014 +0000 (2014-04-18)
parents a50fa9a78201
children 7d6d92c10df6
line diff
     1.1 --- a/git/receipt	Sat Apr 05 21:34:07 2014 +0000
     1.2 +++ b/git/receipt	Fri Apr 18 10:26:47 2014 +0000
     1.3 @@ -9,10 +9,14 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.5  WEB_SITE="http://git-scm.com/"
     1.6  WGET_URL="ftp://ftp.kernel.org/pub/software/scm/git/$TARBALL"
     1.7 -CROSS="bug: can't run test and make package."
     1.8 +
     1.9 +# NO_NSEC=1
    1.10 +CROSS_BUGS="bug: can't run test and make package."
    1.11 +#HOST_ARCH="i486 arm"
    1.12  
    1.13  DEPENDS="zlib openssl curl expat"
    1.14 -BUILD_DEPENDS="zlib-dev openssl-dev curl-dev expat-dev perl python-dev tar bzip2"
    1.15 +BUILD_DEPENDS="zlib-dev openssl-dev curl-dev expat-dev perl python-dev \
    1.16 +tar bzip2"
    1.17  
    1.18  # Rules to configure and make the package.
    1.19  compile_rules()
    1.20 @@ -23,9 +27,8 @@
    1.21  		--prefix=/usr \
    1.22  		--libexecdir=/usr/lib \
    1.23  		--without-tcltk \
    1.24 -		--build=$HOST_SYSTEM \
    1.25 -		--host=$HOST_SYSTEM &&
    1.26 -	make THREADED_DELTA_SEARCH=1
    1.27 +		$CONFIGURE_ARGS &&
    1.28 +	make THREADED_DELTA_SEARCH=1 &&
    1.29  	make THREADED_DELTA_SEARCH=1 DESTDIR=$DESTDIR install
    1.30  }
    1.31