wok diff tmux/receipt @ rev 18103

Up bash (4.3.39)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jun 01 10:50:13 2015 +0200 (2015-06-01)
parents 4eb561fa0e5d
children 4be14acc67dd
line diff
     1.1 --- a/tmux/receipt	Fri Mar 21 19:47:34 2014 +0000
     1.2 +++ b/tmux/receipt	Mon Jun 01 10:50:13 2015 +0200
     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 &&