wok diff tmux/receipt @ rev 17543

Up busybox (1.23.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jan 27 16:55:03 2015 +0100 (2015-01-27)
parents 4eb561fa0e5d
children 4be14acc67dd
line diff
     1.1 --- a/tmux/receipt	Fri Mar 21 19:47:34 2014 +0000
     1.2 +++ b/tmux/receipt	Tue Jan 27 16:55:03 2015 +0100
     1.3 @@ -9,6 +9,7 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.5  WEB_SITE="http://tmux.sourceforge.net/"
     1.6  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
     1.7 +HOST_ARCH="i486 arm"
     1.8  
     1.9  DEPENDS="ncursesw libevent"
    1.10  BUILD_DEPENDS="ncursesw-dev libevent-dev"
    1.11 @@ -16,8 +17,6 @@
    1.12  # Rules to configure and make the package.
    1.13  compile_rules()
    1.14  {
    1.15 -	cd $src
    1.16 -
    1.17  	./configure $CONFIGURE_ARGS &&
    1.18  	make PREFIX=/usr &&
    1.19  	make PREFIX=/usr install &&